fix typos

This commit is contained in:
Brenton Bostick
2025-07-27 08:10:03 -07:00
committed by Sam Lantinga
parent 2ed1c35ca6
commit f361034ac3
23 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ def get_header_list() -> list[Path]:
return ret
# Write the new API in files: _procs.h _overrivides.h and .sym
# Write the new API in files: _procs.h _overrides.h and .sym
def add_dyn_api(proc: SdlProcedure) -> None:
decl_args: list[str] = []
call_args = []