diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2008-05-31 09:45:21 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2008-05-31 09:45:21 +0000 |
commit | ae089a2c058351e36f5582d46139d46144ab1666 (patch) | |
tree | c441224b59c89444015d8c8a9c9cae20c4cadfbe | |
parent | 76416807d26a49695aca7beda298becde9d6d109 (diff) | |
download | sitesummary-ae089a2c058351e36f5582d46139d46144ab1666.tar.gz sitesummary-ae089a2c058351e36f5582d46139d46144ab1666.tar.bz2 sitesummary-ae089a2c058351e36f5582d46139d46144ab1666.tar.xz |
* Fix typo in agesinceseen-summary header.
-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 |