mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-03 14:19:20 +00:00
fix typos
This commit is contained in:
committed by
Sam Lantinga
parent
2ed1c35ca6
commit
f361034ac3
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user