summaryrefslogtreecommitdiff
path: root/searx/engines/tagesschau.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/tagesschau.py')
-rw-r--r--searx/engines/tagesschau.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/tagesschau.py b/searx/engines/tagesschau.py
index 58bd40e56..aa3df6f06 100644
--- a/searx/engines/tagesschau.py
+++ b/searx/engines/tagesschau.py
@@ -77,7 +77,7 @@ def response(resp):
elif item_type == 'video':
results.append(_video(item))
else:
- logger.error("unknow result type: %s", item_type)
+ logger.error("unknown result type: %s", item_type)
return results