Minor language patch

This commit is contained in:
Miroslav Stampar
2016-05-25 15:32:17 +02:00
parent 148b35da4f
commit 304f2ed308
2 changed files with 2 additions and 2 deletions

View File

@@ -730,7 +730,7 @@ def getManualDirectories():
infoMsg = "retrieved the web server document root: '%s'" % directories
logger.info(infoMsg)
else:
warnMsg = "unable to retrieve automatically the web server "
warnMsg = "unable to automatically retrieve the web server "
warnMsg += "document root"
logger.warn(warnMsg)