Cleanup comment

This commit is contained in:
Brad Warren
2015-12-11 18:12:46 -08:00
parent 74927613e9
commit 2d52559466
+1 -1
View File
@@ -59,7 +59,7 @@ to serve all files under specified web root ({0})."""
logger.debug("Creating root challenges validation dir at %s",
self.full_roots[name])
# Change the permissiosn to be writable (GH #1389)
# Change the permissions to be writable (GH #1389)
# Umask is used instead of chmod to ensure the client can also
# run as non-root (GH #1795)
old_umask = os.umask(0o022)