From 059810a89da5af98541f659ea81362c0ba7b9ee1 Mon Sep 17 00:00:00 2001 From: James Troup Date: Tue, 15 Jul 2003 17:29:26 +0000 Subject: [PATCH] Fix s/years/year/ typo. --- helena | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helena b/helena index 969d625d..73374610 100755 --- a/helena +++ b/helena @@ -1,8 +1,8 @@ #!/usr/bin/env python # Produces a report on NEW and BYHAND packages -# Copyright (C) 2001, 2002 James Troup -# $Id: helena,v 1.4 2003-01-02 18:10:02 troup Exp $ +# Copyright (C) 2001, 2002, 2003 James Troup +# $Id: helena,v 1.5 2003-07-15 17:29:26 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -81,7 +81,7 @@ def time_pp(x): unit="month"; else: x /= 29030400; - unit="years"; + unit="year"; x = int(x); return "%s %s%s" % (x, unit, plural(x)); -- 2.39.5