small typo

This commit is contained in:
Jordi Sanfeliu 2014-07-08 08:45:31 +02:00
parent b037caab70
commit 7cc6087567
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ sub httpd_setup {
} else {
if(!grep {$_ eq $config->{httpd_builtin}->{host}}
("localhost", "127.0.0.1")) {
logger("WARNING: the built-in HTTP server has Authentication disabled.");
logger("WARNING: the built-in HTTP server has authentication disabled.");
}
}