summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-28 09:44:05 +0300
committerPaul Buetow <paul@buetow.org>2023-07-28 09:44:05 +0300
commit1068ee489fc7aea6046e553b35e790b67b3ce08e (patch)
tree81a18b7887cf786b26833927bb0718bcd9504026
parentaf0d64c2e2abd2be5c317b3aa31eed2bb75fed5f (diff)
typo
-rw-r--r--foostats.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/foostats.pl b/foostats.pl
index dde31f7..4144c25 100644
--- a/foostats.pl
+++ b/foostats.pl
@@ -252,7 +252,7 @@ package Foostats::Aggregator {
}
}
-package Foostats::Outputer {
+package Foostats::Outputter {
sub new ($class, %args) {
bless \%args, $class;
}
@@ -280,7 +280,7 @@ package Foostats::Outputer {
}
package main {
- my $out = Foostats::Outputer->new(
+ my $out = Foostats::Outputter->new(
stats => Foostats::Logreader::parse_logs,
outdir => '/tmp/',
);