]> git.openstreetmap.org Git - nominatim.git/commitdiff
Fix typo in log message on replication initialisation
authorSandor Nagy <sandor.nagy@kdemail.net>
Tue, 15 Mar 2022 06:50:47 +0000 (07:50 +0100)
committerSandor Nagy <sandor.nagy@kdemail.net>
Tue, 15 Mar 2022 06:50:47 +0000 (07:50 +0100)
nominatim/tools/replication.py

index cbbf05859eaa66e409f4415d410cdfd3a392e857..fbd33e391084137004a31b0eeb3cbd4d08df28ec 100644 (file)
@@ -47,7 +47,7 @@ def init_replication(conn, base_url):
 
     status.set_status(conn, date=date, seq=seq)
 
-    LOG.warning("Updates intialised at sequence %s (%s)", seq, date)
+    LOG.warning("Updates initialised at sequence %s (%s)", seq, date)
 
 
 def check_for_updates(conn, base_url):