From 362751e4efe75649db0b9a92575b5da6dbcc38ce Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 16 Aug 2015 14:00:51 +0200 Subject: [PATCH] Fix cursor test event mode message --- tests/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cursor.c b/tests/cursor.c index 7a932501..7452c46f 100644 --- a/tests/cursor.c +++ b/tests/cursor.c @@ -152,7 +152,7 @@ static void key_callback(GLFWwindow* window, int key, int scancode, int action, case GLFW_KEY_W: wait_events = !wait_events; - printf("(( %sing for events ))\n", wait_events ? "poll" : "wait"); + printf("(( %sing for events ))\n", wait_events ? "wait" : "poll"); break; case GLFW_KEY_T: