From 423ba52a27d1004208bce44433853e0c91f40fc9 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Tue, 22 Mar 2011 16:29:35 +0100 Subject: [PATCH] minor comment --- aptcheck/aptcheck.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptcheck/aptcheck.pl b/aptcheck/aptcheck.pl index 1568872..ccadf20 100755 --- a/aptcheck/aptcheck.pl +++ b/aptcheck/aptcheck.pl @@ -21,7 +21,7 @@ # # TODO: Assumes that we release our restricted packages for all versions # and architectures at the same time. Gets only the highest version from -# all, and reports anything less than this. +# all, and reports anything less than this. Good enough for now. #### Init use strict; -- 1.7.10.4