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

@@ -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 <patch.txt
@@ -28,7 +28,7 @@
// @@
// rule / transformation
//
// So this file is a set of many semantic patches, mostly independant.
// So this file is a set of many semantic patches, mostly independent.
@ rule_audio_open @

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# This script renames SDL headers in the specfied paths
# This script renames SDL headers in the specified paths
import argparse
import pathlib

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# This script renames symbols in the specfied paths
# This script renames symbols in the specified paths
import argparse
import os