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/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/utils.py') diff --git a/searx/utils.py b/searx/utils.py index c0c6261f9..4fcbd9e3c 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -48,7 +48,7 @@ _XPATH_CACHE: Dict[str, XPath] = {} _LANG_TO_LC_CACHE: Dict[str, Dict[str, str]] = {} _FASTTEXT_MODEL: Optional["fasttext.FastText._FastText"] = None # type: ignore -"""fasttext model to predict laguage of a search term""" +"""fasttext model to predict language of a search term""" SEARCH_LANGUAGE_CODES = frozenset([searxng_locale[0].split('-')[0] for searxng_locale in sxng_locales]) """Languages supported by most searxng engines (:py:obj:`searx.sxng_locales.sxng_locales`).""" -- cgit v1.2.3