]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix typo
authoreldy <>
Sat, 14 Aug 2004 17:29:06 +0000 (17:29 +0000)
committereldy <>
Sat, 14 Aug 2004 17:29:06 +0000 (17:29 +0000)
wwwroot/cgi-bin/awstats.pl

index 4bdf0290e2807d50fe92341524f2ebf2c655b83a..06d286ee5665791dd1f995a2e49385981c0c0d05 100644 (file)
@@ -7130,7 +7130,7 @@ END_ERROR_TEXT
                        my $bold=($ENV{'GATEWAY_INTERFACE'}?'<b>':'');
                        my $unbold=($ENV{'GATEWAY_INTERFACE'}?'</b>':'');
                        my $br=($ENV{'GATEWAY_INTERFACE'}?'<br />':'');
-                       truncate(LOG,0) || warning("Warning: $bold$PROG$unbold couldn't purge logfile \"$bold$LogFile$unbold\".$br\nChange your logfile permissions to allow write for your web server CGI process or change PurgeLogFile=1 into PurgeLogFile=0 in configure file and think to purge sometines manually your logfile (just after running an update process to not loose any not already processed records your log file contains).");
+                       truncate(LOG,0) || warning("Warning: $bold$PROG$unbold couldn't purge logfile \"$bold$LogFile$unbold\".$br\nChange your logfile permissions to allow write for your web server CGI process or change PurgeLogFile=1 into PurgeLogFile=0 in configure file and think to purge sometimes manually your logfile (just after running an update process to not loose any not already processed records your log file contains).");
                }
                close(LOG);
        }