Skip to content

Commit

Permalink
Fixes TheCherno#209 typo in logging message in WindowsWindow::Init()
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelySanta committed Apr 8, 2020
1 parent 9ff171d commit c95e30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hazel/src/Platform/Windows/WindowsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace Hazel {
{
HZ_PROFILE_SCOPE("glfwInit");
int success = glfwInit();
HZ_CORE_ASSERT(success, "Could not intialize GLFW!");
HZ_CORE_ASSERT(success, "Could not initialize GLFW!");
glfwSetErrorCallback(GLFWErrorCallback);
}

Expand Down

0 comments on commit c95e30a

Please sign in to comment.