]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fixed typo in comment.
authoreldy <>
Fri, 2 Apr 2004 22:28:21 +0000 (22:28 +0000)
committereldy <>
Fri, 2 Apr 2004 22:28:21 +0000 (22:28 +0000)
wwwroot/cgi-bin/awstats.pl

index 3356295f6ad0bd0ec55563fc1f7558038b9df08f..8af8a63eee4d1bdd7430cb19ca35b041ff7433a4 100644 (file)
@@ -6409,7 +6409,7 @@ if ($UpdateStats && $FrameName ne 'index' && $FrameName ne 'mainleft') {  # Updat
                                                $_url_e{$field[$pos_url]}++;
                                                $DayVisits{$yearmonthdayrecord}++;
                                                # We can't count session yet because we don't have the start so
-                                               # we save save params of first 'wait' session
+                                               # we save params of first 'wait' session
                                                $_waithost_l{$HostResolved}=$timehostl;
                                                $_waithost_s{$HostResolved}=$timehosts;
                                                $_waithost_u{$HostResolved}=$page;