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/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/preferences.py') diff --git a/searx/preferences.py b/searx/preferences.py index 18c3f08d8..c63ed904e 100644 --- a/searx/preferences.py +++ b/searx/preferences.py @@ -325,7 +325,7 @@ class ClientPref: # hint: searx.webapp.get_client_settings should be moved into this class locale: babel.Locale - """Locale prefered by the client.""" + """Locale preferred by the client.""" def __init__(self, locale: Optional[babel.Locale] = None): self.locale = locale -- cgit v1.2.3