summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-02-16 12:29:29 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-02-16 12:29:29 +0000
commit7818ee8f4ce9ed756baf92dcbd53ddd5807d7d54 (patch)
tree2196d3b2b2a425aca3201f64ab39985d89b9fc16
parent4a690543a2440255001d62bf90edb492ad6e020b (diff)
downloadurpmi-7818ee8f4ce9ed756baf92dcbd53ddd5807d7d54.tar
urpmi-7818ee8f4ce9ed756baf92dcbd53ddd5807d7d54.tar.gz
urpmi-7818ee8f4ce9ed756baf92dcbd53ddd5807d7d54.tar.bz2
urpmi-7818ee8f4ce9ed756baf92dcbd53ddd5807d7d54.tar.xz
urpmi-7818ee8f4ce9ed756baf92dcbd53ddd5807d7d54.zip
Oops, stupid typo
-rw-r--r--urpm/orphans.pm2
1 files changed, 1 insertions, 1 deletions
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");
}