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.
This commit is contained in:
Scott Merrill
2015-10-26 19:50:37 -04:00
parent de0ab693ce
commit 1d13938dbf
+2 -2
View File
@@ -90,9 +90,9 @@ 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
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 privilidged process. Alternatively shows instructions on how
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", "")