diff options
Diffstat (limited to 'doc/index.py')
-rwxr-xr-x | doc/index.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.py b/doc/index.py index b6ead8b4..3cb3fece 100755 --- a/doc/index.py +++ b/doc/index.py @@ -49,7 +49,7 @@ def callback(ctx, str): libxml2.registerErrorHandler(callback, None) # -# The dictionnary of tables required and the SQL command needed +# The dictionary of tables required and the SQL command needed # to create them # TABLES={ @@ -434,7 +434,7 @@ def updateWordArchive(name, id, relevance): ######################################################################### # # -# Word dictionnary and analysis routines # +# Word dictionary and analysis routines # # # ######################################################################### |