]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/search/legacy_tokenizer.py
Correct some typos
[nominatim.git] / nominatim / api / search / legacy_tokenizer.py
index e7984ee41832909fe608edd69dfc2dc6ec635a50..86d42a543d20ce8429770d16451e61f8b7ea1e4b 100644 (file)
@@ -44,7 +44,7 @@ class LegacyToken(qmod.Token):
 
     @property
     def info(self) -> Dict[str, Any]:
-        """ Dictionary of additional propoerties of the token.
+        """ Dictionary of additional properties of the token.
             Should only be used for debugging purposes.
         """
         return {'category': self.category,