]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/logging.py
Correct some typos
[nominatim.git] / nominatim / api / logging.py
index 2d9a487ae82cbfcd52b7841f6c416e0dd075c7dc..30999a3f31282a085520baabf1a6b308f9d6ed7b 100644 (file)
@@ -84,7 +84,7 @@ class BaseLogger:
     def format_sql(self, conn: AsyncConnection, statement: 'sa.Executable',
                    extra_params: Union[Mapping[str, Any],
                                  Sequence[Mapping[str, Any]], None]) -> str:
-        """ Return the comiled version of the statement.
+        """ Return the compiled version of the statement.
         """
         compiled = cast('sa.ClauseElement', statement).compile(conn.sync_engine)