Commit a690944e44aabd3fd73ee86c6a65edd88ac30e75

Philipp Wiesemann 2014-11-23T11:26:46

Fixed typo in header file documentation comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h
index b0b1c66..f26bb92 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.
  *