From 72ca47e372493c4bd60d46535aa53f126e9e8b21 Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 18 Sep 2024 08:49:34 +0200 Subject: [PATCH] documention -> documentation --- src/dynapi/gendynapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dynapi/gendynapi.py b/src/dynapi/gendynapi.py index 70de57cae9..651174aa03 100755 --- a/src/dynapi/gendynapi.py +++ b/src/dynapi/gendynapi.py @@ -85,7 +85,7 @@ def main(): ignore_wiki_documentation = False continue - # Discard wiki documentions blocks. + # Discard wiki documentations blocks. if line.startswith("#ifdef SDL_WIKI_DOCUMENTATION_SECTION"): ignore_wiki_documentation = True continue