From eda0900c8ec67c10f5f8eb7cb47dd7e02bd8a48d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 14 Jan 2021 20:30:27 +0100 Subject: [PATCH 1/1] fix typo --- nominatim/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominatim/cli.py b/nominatim/cli.py index 83d79a68..8d4071db 100644 --- a/nominatim/cli.py +++ b/nominatim/cli.py @@ -306,7 +306,7 @@ class UpdateIndex: class UpdateRefresh: """\ - Recompute auxillary data used by the indexing process. + Recompute auxiliary data used by the indexing process. These functions must not be run in parallel with other update commands. """ -- 2.45.2