diff options
-rw-r--r-- | agesinceseen-summary | 2 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/agesinceseen-summary b/agesinceseen-summary index 3bfa743..0347393 100644 --- a/agesinceseen-summary +++ b/agesinceseen-summary @@ -56,7 +56,7 @@ sub handle_host { } sub print_summary { - printf(" %-20s %5s\n", "hostclass", "count"); + printf(" %-20s %5s\n", "age", "count"); for my $group (sort { $a <=> $b; } keys %agedist) { printf(" %-20s %5d\n", $agegroup{$group}, scalar @{$agedist{$group}}); if (exists $opts{l}) { diff --git a/debian/changelog b/debian/changelog index e8d04d3..344ff0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,9 @@ sitesummary (0.0.37) UNRELEASED; urgency=low [ Petter Reinholdtsen ] * Collect current runlevel in the system directory. + * Fix typo in agesinceseen-summary header. - -- Petter Reinholdtsen <pere@debian.org> Sat, 31 May 2008 11:44:14 +0200 + -- Petter Reinholdtsen <pere@debian.org> Sat, 31 May 2008 11:45:16 +0200 sitesummary (0.0.36) unstable; urgency=low |