Explorar o código

Fixed typo in header file documentation comment.

Philipp Wiesemann %!s(int64=11) %!d(string=hai) anos
pai
achega
a690944e44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL_joystick.h

+ 1 - 1
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.
  *