From 7cc60875671980a600bb250c6fd33689cdd6aa9b Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Tue, 8 Jul 2014 08:45:31 +0200 Subject: [PATCH] small typo --- lib/Monitorix.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Monitorix.pm b/lib/Monitorix.pm index a10de92..660fdc2 100644 --- a/lib/Monitorix.pm +++ b/lib/Monitorix.pm @@ -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."); } }