From a2573968f6f445b3260edf2ff914b6ffe5779ac4 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 23 Nov 2014 11:26:46 +0100 Subject: [PATCH] Fixed typo in header file documentation comment. --- include/SDL_joystick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index b0b1c6673..f26bb9214 100644 --- a/include/SDL_joystick.h +++ b/include/SDL_joystick.h @@ -87,7 +87,7 @@ extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index); /** * Open a joystick for use. - * The index passed as an argument refers tothe N'th joystick on the system. + * The index passed as an argument refers to the N'th joystick on the system. * This index is the value which will identify this joystick in future joystick * events. *