From 7818ee8f4ce9ed756baf92dcbd53ddd5807d7d54 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 16 Feb 2009 12:29:29 +0000 Subject: Oops, stupid typo --- urpm/orphans.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/orphans.pm') diff --git a/urpm/orphans.pm b/urpm/orphans.pm index 8c85528f..8cef8a59 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -360,7 +360,7 @@ sub get_now_orphans_msg { my @orphans = map { scalar $_->fullname } @$orphans or return ''; P("The following package is now orphan, if you wish to remove it, you can use \"urpme --auto-orphans\".", - "The following packages are now orphans, if you wish to remove it, you can use \"urpme --auto-orphans\".", scalar(@orphans)) + "The following packages are now orphans, if you wish to remove them, you can use \"urpme --auto-orphans\".", scalar(@orphans)) . "\n" . add_leading_spaces(join("\n", sort @orphans) . "\n"); } -- cgit v1.2.1