From f31a3a2053b07b834c5143bd6be4eaf05c1a014d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 9 Oct 2024 11:59:31 +0200 Subject: [chore] *: fix typos detected by typos-cli --- searxng_extra/update/update_engine_traits.py | 2 +- searxng_extra/update/update_locales.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'searxng_extra/update') diff --git a/searxng_extra/update/update_engine_traits.py b/searxng_extra/update/update_engine_traits.py index e31a143ea..663275950 100755 --- a/searxng_extra/update/update_engine_traits.py +++ b/searxng_extra/update/update_engine_traits.py @@ -85,7 +85,7 @@ def main(): def fetch_traits_map(): - """Fetchs supported languages for each engine and writes json file with those.""" + """Fetches supported languages for each engine and writes json file with those.""" network.set_timeout_for_thread(10.0) def log(msg): diff --git a/searxng_extra/update/update_locales.py b/searxng_extra/update/update_locales.py index 04abaecda..ef7a91263 100755 --- a/searxng_extra/update/update_locales.py +++ b/searxng_extra/update/update_locales.py @@ -25,7 +25,7 @@ from searx.locales import ( ) LOCALE_DATA_FILE = Path(searx_dir) / 'data' / 'locales.json' -TRANSLATOINS_FOLDER = Path(searx_dir) / 'translations' +TRANSLATIONS_FOLDER = Path(searx_dir) / 'translations' def main(): -- cgit v1.2.3