summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorbubulle@debian.org <>2010-08-24 19:51:50 +0200
committerbubulle@debian.org <>2010-08-24 19:51:50 +0200
commitd204fc7a26dad1d0a62d4a72e15627528ba22d3d (patch)
tree1feaf9198f836a8e6488ba23a8bf7c49673cb04c /cmdline
parent9785ecf63d924746289baec427cea75ee8d9c745 (diff)
Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
Closes: #594211
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 6ca9e1402..9b69e9589 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1654,7 +1654,7 @@ bool DoAutomaticRemove(CacheFile &Cache)
if (doAutoRemove == false && (autoremovelist.empty() == false || autoRemoveCount != 0))
{
if (smallList == false)
- ShowList(c1out, P_("The following package is automatically installed and is no longer required:",
+ ShowList(c1out, P_("The following package was automatically installed and is no longer required:",
"The following packages were automatically installed and are no longer required:",
autoRemoveCount), autoremovelist, autoremoveversions);
else