summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2020-03-08 17:19:42 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2020-03-08 17:41:53 +0100
commit20c60886e42c942e6c45a3a99d583e4d3269a1c1 (patch)
tree356da033b696b45954882b69a60335d922cdd0e5 /doc/apibuild.py
parent2a7b66846ef419a4da4ed60f863449f3498a1cc5 (diff)
downloadlibxml2-20c60886e42c942e6c45a3a99d583e4d3269a1c1.tar.gz
Fix typos
Resolves #133.
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index 95d7d044..bf90e0ad 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -807,7 +807,7 @@ class CParser:
return((args, desc))
#
- # Parse a comment block and merge the informations found in the
+ # Parse a comment block and merge the information found in the
# parameters descriptions, finally returns a block as complete
# as possible
#