From f12dc84271702aa11a4caca561f962d8f48bcac8 Mon Sep 17 00:00:00 2001 From: Ben Wolfe Date: Wed, 1 Feb 2017 21:37:59 -0500 Subject: [PATCH] Certbot spelling correction (#4157) --- certbot/eff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/eff.py b/certbot/eff.py index 0ef23cc8c..746261faa 100644 --- a/certbot/eff.py +++ b/certbot/eff.py @@ -41,7 +41,7 @@ def _want_subscription(): 'Would you be willing to share your email address with the ' "Electronic Frontier Foundation, a founding partner of the Let's " 'Encrypt project and the non-profit organization that develops ' - "Cerbot? We'd like to send you email about EFF and our work to " + "Certbot? We'd like to send you email about EFF and our work to " 'encrypt the web, protect its users and defend digital rights.') display = zope.component.getUtility(interfaces.IDisplay) return display.yesno(prompt, default=False)