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 --- searx/locales.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/locales.py') diff --git a/searx/locales.py b/searx/locales.py index d7592df3d..3d14fe6e8 100644 --- a/searx/locales.py +++ b/searx/locales.py @@ -120,7 +120,7 @@ _TR_LOCALES: list[str] = [] def get_translation_locales() -> list[str]: - """Returns the list of transaltion locales (*underscore*). The list is + """Returns the list of translation locales (*underscore*). The list is generated from the translation folders in :origin:`searx/translations`""" global _TR_LOCALES # pylint:disable=global-statement -- cgit v1.2.3-54-g00ecf