From 1d13938dbfe4c3712e64936ec0ea9192e2cfd19a Mon Sep 17 00:00:00 2001 From: Scott Merrill Date: Mon, 26 Oct 2015 19:50:37 -0400 Subject: [PATCH] Correct typo and whitespace issues * s/privilidged/privileged/ * s/a HTTP/an HTTP/ * Add whitespace at the end of the lines to improve user experience The lack of trailing whitespace on these entries causes Debian's debconf interface to join the last word of a line with the first word of the next line, with no space in between. --- letsencrypt/plugins/manual.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/letsencrypt/plugins/manual.py b/letsencrypt/plugins/manual.py index 61a5acdb3..60b816821 100644 --- a/letsencrypt/plugins/manual.py +++ b/letsencrypt/plugins/manual.py @@ -90,10 +90,10 @@ s.serve_forever()" """ def more_info(self): # pylint: disable=missing-docstring,no-self-use return """\ -This plugin requires user's manual intervention in setting up a HTTP -server for solving SimpleHTTP challenges and thus does not need to be -run as a privilidged process. Alternatively shows instructions on how -to use Python's built-in HTTP server and, in case of HTTPS, openssl +This plugin requires user's manual intervention in setting up an HTTP +server for solving SimpleHTTP challenges and thus does not need to be +run as a privileged process. Alternatively shows instructions on how +to use Python's built-in HTTP server and, in case of HTTPS, openssl binary for temporary key/certificate generation.""".replace("\n", "") def get_chall_pref(self, domain):