fix typos of name Nominatim

This commit is contained in:
Marc Tobias
2022-05-05 01:04:47 +02:00
parent 8c073993ef
commit 0de83c4a51
4 changed files with 6 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ for a custom tokenizer implementation.
Nominatim expects two files for a tokenizer:
* `nominiatim/tokenizer/<NAME>_tokenizer.py` containing the Python part of the
* `nominatim/tokenizer/<NAME>_tokenizer.py` containing the Python part of the
implementation
* `lib-php/tokenizer/<NAME>_tokenizer.php` with the PHP part of the
implementation