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

@@ -771,9 +771,9 @@ int main(int argc, char *argv[])
SDL_strlcat(text, event.text.text, sizeof(text));
}
SDL_Log("text inputed: %s\n", text);
SDL_Log("text inputted: %s\n", text);
/* After text inputed, we can clear up markedText because it */
/* After text inputted, we can clear up markedText because it */
/* is committed */
markedText[0] = 0;
Redraw();