From: sjwebb Date: Thu, 22 Oct 2015 14:08:55 +0000 (+0100) Subject: Fixed spelling mistake X-Git-Tag: AWSTATS_7_5~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13%2Fhead;p=thirdparty%2FAWStats.git Fixed spelling mistake --- 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]";