summaryrefslogtreecommitdiff
path: root/searx/engines/xpath.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-09-28 09:22:02 +0200
committerGitHub <noreply@github.com>2022-09-28 09:22:02 +0200
commita3148e51157e2ddbfbeb405b4d0b61aeafa405ba (patch)
tree6972d4b4aacb6736c06be3f327546a094f6f86c1 /searx/engines/xpath.py
parent0e00af9c26338984ed0241fb3677550a6afd1b7d (diff)
parentba8959ad7c18ce4165d29b7a472d845bd96f4735 (diff)
Merge pull request #1814 from return42/fix-typos
[fix] typos / reported by @kianmeng in searx PR-3366
Diffstat (limited to 'searx/engines/xpath.py')
-rw-r--r--searx/engines/xpath.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/xpath.py b/searx/engines/xpath.py
index f9528e92d..2dc22028f 100644
--- a/searx/engines/xpath.py
+++ b/searx/engines/xpath.py
@@ -53,7 +53,7 @@ Replacements are:
0: none, 1: moderate, 2:strict
- If not supported, the URL paramter is an empty string.
+ If not supported, the URL parameter is an empty string.
"""
@@ -114,7 +114,7 @@ time_range_support = False
time_range_url = '&hours={time_range_val}'
'''Time range URL parameter in the in :py:obj:`search_url`. If no time range is
-requested by the user, the URL paramter is an empty string. The
+requested by the user, the URL parameter is an empty string. The
``{time_range_val}`` replacement is taken from the :py:obj:`time_range_map`.
.. code:: yaml