fix typos

This commit is contained in:
Brenton Bostick
2025-07-27 10:39:20 -04:00
committed by Sam Lantinga
parent 2ed1c35ca6
commit f361034ac3
23 changed files with 34 additions and 34 deletions

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 = []