From 65e1d568efe6b4a3ce660956cf4e5cf9b7fe8c6f Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 3 Jul 2023 15:29:42 +0000 Subject: [PATCH] Fix various typos (docs/build scripts/tests) --- build-scripts/SDL_migration.cocci | 4 ++-- build-scripts/rename_headers.py | 2 +- build-scripts/rename_symbols.py | 2 +- cmake/GetGitRevisionDescription.cmake | 2 +- docs/README-android.md | 2 +- docs/README-ps2.md | 4 ++-- test/testautomation_rect.c | 6 +++--- test/testautomation_surface.c | 2 +- test/testautomation_video.c | 2 +- test/testfile.c | 2 +- test/testhotplug.c | 2 +- test/testime.c | 4 ++-- test/testplatform.c | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/build-scripts/SDL_migration.cocci b/build-scripts/SDL_migration.cocci index bb4fd6a39..441112b8e 100644 --- a/build-scripts/SDL_migration.cocci +++ b/build-scripts/SDL_migration.cocci @@ -14,7 +14,7 @@ // // A few options: // --c++=11 to parse cpp file -// --max-width 200 to increase line witdth of generated source +// --max-width 200 to increase line width of generated source // // Apply the patch to your project: // patch -p1