Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo in header file documentation comment.
  • Loading branch information
philippwiesemann committed Nov 23, 2014
1 parent 5575948 commit a690944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_joystick.h
Expand Up @@ -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.
*
Expand Down

0 comments on commit a690944

Please sign in to comment.