Преглед изворни кода

minor grammar fix in error message

Noemi Vanyi пре 9 година
родитељ
комит
006841c4ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py Прегледај датотеку

@@ -74,7 +74,7 @@ try:
74 74
     import pyasn1  # NOQA
75 75
 except ImportError:
76 76
     logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n"
77
-                    "Some HTTPS connections will failed")
77
+                    "Some HTTPS connections will fail")
78 78
 
79 79
 
80 80
 static_path, templates_path, themes =\