summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-05 10:30:25 +0200
committerPaul Buetow <paul@buetow.org>2024-12-05 10:30:25 +0200
commit108bf3110a2ee2b3cc0a93c87eb4de2e185bfa34 (patch)
treeca9d58b19c5be9ffa6f3531832b51c302d8b1379
parent108daf9743221d98f9439750d7e0c0a371a25f51 (diff)
fix
-rw-r--r--foostats.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/foostats.pl b/foostats.pl
index 7c93322..ac39512 100644
--- a/foostats.pl
+++ b/foostats.pl
@@ -55,7 +55,7 @@ package Foostats::Logreader {
while (<$file>) {
next if contains($_, 'logfile turned over');
- # last == 1 means: After this file, don't process more
+ # last == true means: After this file, don't process more
$last = true unless defined $cb->($year, split / +/);
}