summaryrefslogtreecommitdiff
path: root/searx/enginelib
diff options
context:
space:
mode:
Diffstat (limited to 'searx/enginelib')
-rw-r--r--searx/enginelib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/enginelib/__init__.py b/searx/enginelib/__init__.py
index 0435b14e1..9cb49c0cd 100644
--- a/searx/enginelib/__init__.py
+++ b/searx/enginelib/__init__.py
@@ -79,7 +79,7 @@ class EngineCache:
<searx.cache.ExpireCacheSQLite>`).
In the :origin:`searx/engines/demo_offline.py` engine you can find an
- exemplary implementation of such a cache other exaples are implemeted
+ exemplary implementation of such a cache other examples are implemented
in:
- :origin:`searx/engines/radio_browser.py`