]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/api/test_api_search.py
Correct some typos
[nominatim.git] / test / python / api / test_api_search.py
index 22dbaa2642d63a99ad227246c2c135139c087bcc..25f63bb8490a6964fc71ac94efa6aec96fcb28ff 100644 (file)
@@ -23,7 +23,7 @@ API_OPTIONS = {'search'}
 
 @pytest.fixture(autouse=True)
 def setup_icu_tokenizer(apiobj):
-    """ Setup the propoerties needed for using the ICU tokenizer.
+    """ Setup the properties needed for using the ICU tokenizer.
     """
     apiobj.add_data('properties',
                     [{'property': 'tokenizer', 'value': 'icu'},