Fixed repeated words

This commit is contained in:
MrVallentin
2018-11-02 21:07:24 +01:00
committed by linkmauve
parent d9466050d9
commit 769f727e47
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ int present = glfwJoystickPresent(GLFW_JOYSTICK_1);
Each joystick has zero or more axes, zero or more buttons, zero or more hats,
a human-readable name, a user pointer and an SDL compatible GUID.
When GLFW is initialized, detected joysticks are added to to the beginning of
When GLFW is initialized, detected joysticks are added to the beginning of
the array. Once a joystick is detected, it keeps its assigned ID until it is
disconnected or the library is terminated, so as joysticks are connected and
disconnected, there may appear gaps in the IDs.