summaryrefslogtreecommitdiff
path: root/searx/preferences.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/preferences.py')
-rw-r--r--searx/preferences.py2
1 files changed, 1 insertions, 1 deletions
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