* s/removed/installed/ in a comment in apt-get.cc
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:03:47 +0000 (17:03 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:03:47 +0000 (17:03 +0000)
Author: mdz
Date: 2003-09-19 03:10:01 GMT
* s/removed/installed/ in a comment in apt-get.cc

cmdline/apt-get.cc
debian/changelog

index b74bdbc..72d674d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.141 2003/09/10 19:28:55 mdz Exp $
+// $Id: apt-get.cc,v 1.142 2003/09/19 03:10:01 mdz Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -357,7 +357,7 @@ void ShowBroken(ostream &out,CacheFile &Cache,bool Now)
 /* */
 void ShowNew(ostream &out,CacheFile &Cache)
 {
-   /* Print out a list of packages that are going to be removed extra
+   /* Print out a list of packages that are going to be installed extra
       to what the user asked */
    string List;
    string VersionsList;
index bc42bf7..d44085a 100644 (file)
@@ -2,6 +2,7 @@ apt (0.5.13) unstable; urgency=low
 
   * Document configuration file comment syntax in apt.conf(5)
     (Closes: #211262)
+  * s/removed/installed/ in a comment in apt-get.cc
 
  --