From 32b7705080dc74ed57cb1a0264ea6cecf49feeb3 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 6 May 2015 17:24:34 +0100 Subject: [PATCH] Fix typo in authenticator description --- letsencrypt/client/plugins/standalone/authenticator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client/plugins/standalone/authenticator.py b/letsencrypt/client/plugins/standalone/authenticator.py index 3912033e8..9a812bdc7 100644 --- a/letsencrypt/client/plugins/standalone/authenticator.py +++ b/letsencrypt/client/plugins/standalone/authenticator.py @@ -406,7 +406,7 @@ class StandaloneAuthenticator(object): def more_info(self): # pylint: disable=no-self-use """Human-readable string that describes the Authenticator.""" return ("The Standalone Authenticator uses PyOpenSSL to listen " - "on port 443 and perform DVSNI challenges. Once a certificate" + "on port 443 and perform DVSNI challenges. Once a certificate " "is attained, it will be saved in the " "(TODO) current working directory.{0}{0}" "TCP port 443 must be available in order to use the "