diff options
Diffstat (limited to 'searx/extended_types.py')
| -rw-r--r-- | searx/extended_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/extended_types.py b/searx/extended_types.py index 41e3a56a9..e5c824a9c 100644 --- a/searx/extended_types.py +++ b/searx/extended_types.py @@ -42,7 +42,7 @@ class SXNG_Request(flask.Request): """list of searx.plugins.Plugin.id (the id of the plugins)""" preferences: "searx.preferences.Preferences" - """The prefernces of the request.""" + """The preferences of the request.""" errors: list[str] """A list of errors (translated text) added by :py:obj:`searx.webapp` in |