瀏覽代碼

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
     import pyasn1  # NOQA
74
     import pyasn1  # NOQA
75
 except ImportError:
75
 except ImportError:
76
     logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n"
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
 static_path, templates_path, themes =\
80
 static_path, templates_path, themes =\