]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/indexer/progress.py
docs: fix typos
[nominatim.git] / nominatim / indexer / progress.py
index bc1d68a3c1c50a6f61ae93c313f9782f26d9135b..177c262b702e19eec30c08383737670c1414ce74 100644 (file)
@@ -18,7 +18,7 @@ class ProgressLogger:
     """ Tracks and prints progress for the indexing process.
         `name` is the name of the indexing step being tracked.
         `total` sets up the total number of items that need processing.
-        `log_interval` denotes the interval in seconds at which progres
+        `log_interval` denotes the interval in seconds at which progress
         should be reported.
     """