From ad3500eae6fff8824055b640e41875be0bb5951c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 19 Nov 2014 17:37:12 -0500 Subject: [PATCH] Spelling: challenge --- letsencrypt/client/interactive_challenge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client/interactive_challenge.py b/letsencrypt/client/interactive_challenge.py index 52aa331f1..8b12a8509 100644 --- a/letsencrypt/client/interactive_challenge.py +++ b/letsencrypt/client/interactive_challenge.py @@ -10,7 +10,7 @@ import textwrap ############################################################# ########################################################### -# Interactive challlenge displays the string sent by the CA +# Interactive challenge displays the string sent by the CA # formatted to fit on the screen of the client # The Challenge also adds proper instructions for how the # client should continue the letsencrypt process