mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 12:40:05 +00:00
minor grammar fix in error message
This commit is contained in:
@@ -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 =\
|
||||
|
||||
Reference in New Issue
Block a user