mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# SLE12 dont have python-virtualenv
|
# SLE12 don't have python-virtualenv
|
||||||
|
|
||||||
zypper -nq in -l git-core \
|
zypper -nq in -l git-core \
|
||||||
python \
|
python \
|
||||||
|
|||||||
+1
-1
@@ -105,7 +105,7 @@ https://wiki.mozilla.org/Security/Server_Side_TLS
|
|||||||
|
|
||||||
and the version implemented by the Let's Encrypt client will be the
|
and the version implemented by the Let's Encrypt client will be the
|
||||||
version that was most current as of the release date of each client
|
version that was most current as of the release date of each client
|
||||||
version. Mozilla offers three seperate sets of cryptographic options,
|
version. Mozilla offers three separate sets of cryptographic options,
|
||||||
which trade off security and compatibility differently. These are
|
which trade off security and compatibility differently. These are
|
||||||
referred to as as the "Modern", "Intermediate", and "Old" configurations
|
referred to as as the "Modern", "Intermediate", and "Old" configurations
|
||||||
(in order from most secure to least secure, and least-backwards compatible
|
(in order from most secure to least secure, and least-backwards compatible
|
||||||
|
|||||||
@@ -430,7 +430,7 @@ class Client(object):
|
|||||||
except:
|
except:
|
||||||
# TODO: suggest letshelp-letsencypt here
|
# TODO: suggest letshelp-letsencypt here
|
||||||
reporter.add_message(
|
reporter.add_message(
|
||||||
"An error occured and we failed to restore your config and "
|
"An error occurred and we failed to restore your config and "
|
||||||
"restart your server. Please submit a bug report to "
|
"restart your server. Please submit a bug report to "
|
||||||
"https://github.com/letsencrypt/letsencrypt",
|
"https://github.com/letsencrypt/letsencrypt",
|
||||||
reporter.HIGH_PRIORITY)
|
reporter.HIGH_PRIORITY)
|
||||||
|
|||||||
Reference in New Issue
Block a user