]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
[apt.git] / cmdline / apt-get.cc
index 6ca9e14024d46cba25cc360aadf699b01eeca189..9b69e95896d58e99d8d8d71608e15d683b15201b 100644 (file)
@@ -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