소스 검색

Fixed typo in header file documentation comment.

Philipp Wiesemann 11 년 전
부모
커밋
a690944e44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
  *