summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorNoemi Vanyi <sitbackandwait@gmail.com>2016-04-09 14:46:02 +0200
committerNoemi Vanyi <sitbackandwait@gmail.com>2016-04-09 18:02:12 +0200
commit006841c4ff481b023dccd188582a9cbac64415da (patch)
tree7fcfec8c7266d7b23750eab86e89a0792843bfe8 /searx
parent1805cfd20a7b11e7c3c5c4c03b4e3755e09d783d (diff)
downloadsearxng-006841c4ff481b023dccd188582a9cbac64415da.tar.gz
searxng-006841c4ff481b023dccd188582a9cbac64415da.zip
minor grammar fix in error message
Diffstat (limited to 'searx')
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 7f0b56101..5b15c43d1 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -74,7 +74,7 @@ try:
import pyasn1 # NOQA
except ImportError:
logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n"
- "Some HTTPS connections will failed")
+ "Some HTTPS connections will fail")
static_path, templates_path, themes =\