X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cdfc8628f22a5be2d8ad402adeb9bd6bfcaeface..2bd6c761b0e573189a03e8819c6db715eb711eb1:/nominatim/version.py diff --git a/nominatim/version.py b/nominatim/version.py index f950b8ef..08cd574d 100644 --- a/nominatim/version.py +++ b/nominatim/version.py @@ -30,7 +30,7 @@ NOMINATIM_VERSION = (4, 0, 99, 6) POSTGRESQL_REQUIRED_VERSION = (9, 5) POSTGIS_REQUIRED_VERSION = (2, 2) -# Cmake sets a variabe @GIT_HASH@ by executing 'git --log'. It is not run +# Cmake sets a variable @GIT_HASH@ by executing 'git --log'. It is not run # on every execution of 'make'. # cmake/tool-installed.tmpl is used to build the binary 'nominatim'. Inside # there is a call to set the variable value below.