1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Correct typo

This commit is contained in:
Seth Schoen
2015-12-12 12:18:01 -08:00
parent 3b4d95a5da
commit d290cd36d5

View File

@@ -400,7 +400,7 @@ def _avoid_invalidating_lineage(config, lineage, original_server):
if not config.break_my_certs:
names = ", ".join(lineage.names())
raise errors.Error(
"You've asked to renew/replace a valid certificiate with "
"You've asked to renew/replace a valid certificate with "
"a test certificate (domains: {0}). We will not do that "
"unless you use the --break-my-certs flag!".format(names))