mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-09 16:12:52 +00:00
Fix various typos (docs/build scripts/tests)
This commit is contained in:
@@ -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 @
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user