diff options
Diffstat (limited to 'searx/engines/github.py')
-rw-r--r-- | searx/engines/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/github.py b/searx/engines/github.py index 343f3793d..3180418ef 100644 --- a/searx/engines/github.py +++ b/searx/engines/github.py @@ -40,7 +40,7 @@ def response(resp): search_res = loads(resp.text) - # check if items are recieved + # check if items are received if 'items' not in search_res: return [] |