Skip to content

Commit

Permalink
Certbot spelling correction (#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwolfe authored and bmw committed Feb 2, 2017
1 parent dd8253b commit f12dc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot/eff.py
Expand Up @@ -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)
Expand Down

0 comments on commit f12dc84

Please sign in to comment.