]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/cli/test_cli.py
Merge pull request #3358 from lonvia/pg-module-for-pg16
[nominatim.git] / test / python / cli / test_cli.py
index d455f35e1157b3aadb53b8e715e1ab211b9deb9c..998bccb434c418eeaa076995f851a0cbaeab8ba9 100644 (file)
@@ -8,7 +8,7 @@
 Tests for command line interface wrapper.
 
 These tests just check that the various command line parameters route to the
 Tests for command line interface wrapper.
 
 These tests just check that the various command line parameters route to the
-correct functionionality. They use a lot of monkeypatching to avoid executing
+correct functionality. They use a lot of monkeypatching to avoid executing
 the actual functions.
 """
 import importlib
 the actual functions.
 """
 import importlib