Fix various typos (docs/build scripts/tests)

This commit is contained in:
luzpaz
2023-07-03 15:29:42 +00:00
committed by Sam Lantinga
parent c0bd18f023
commit 65e1d568ef
13 changed files with 18 additions and 18 deletions

View File

@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
SDL_CloseJoystick(joystick);
joystick = NULL;
} else {
SDL_Log("Unknown joystick diconnected\n");
SDL_Log("Unknown joystick disconnected\n");
}
break;
case SDL_EVENT_JOYSTICK_AXIS_MOTION: