From bb635729ec16a9882b5743d897a15654d274c13d Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 26 Aug 2012 21:29:39 +0200 Subject: [PATCH] Fixed spelling of GLFW. --- src/cocoa_joystick.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cocoa_joystick.m b/src/cocoa_joystick.m index d5298e41..f3e113b4 100644 --- a/src/cocoa_joystick.m +++ b/src/cocoa_joystick.m @@ -283,7 +283,7 @@ static void removalCallback(void* target, IOReturn result, void* refcon, void* s //======================================================================== -// Polls for joystick events and updates GFLW state +// Polls for joystick events and updates GLFW state //======================================================================== static void pollJoystickEvents(void)