From bc09eadd103fb6d7bb5e458042508891942be85f Mon Sep 17 00:00:00 2001 From: sjwebb Date: Thu, 22 Oct 2015 15:08:55 +0100 Subject: [PATCH] Fixed spelling mistake --- wwwroot/cgi-bin/awstats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 6e7cac1c..d011446e 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -12488,7 +12488,7 @@ sub HTMLShowHosts{ } if ( $FilterIn{'host'} && $FilterEx{'host'} ) { print " - "; } if ( $FilterEx{'host'} ) { - print " Exlude $Message[79] '$FilterEx{'host'}'"; + print " Exclude $Message[79] '$FilterEx{'host'}'"; } if ( $FilterIn{'host'} || $FilterEx{'host'} ) { print ": "; } print "$cpt $Message[81]"; -- 2.47.2