diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:47 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:47 +0000 |
commit | 89260e53ef025816a4aa1d53f23d6844f853657e (patch) | |
tree | 5755e78e367ee4981a85887036d53803b9346f74 | |
parent | f80b9ec96f3c1eae4f5e37292ff12fa25c023087 (diff) |
* s/removed/installed/ in a comment in apt-get.cc
Author: mdz
Date: 2003-09-19 03:10:01 GMT
* s/removed/installed/ in a comment in apt-get.cc
-rw-r--r-- | cmdline/apt-get.cc | 4 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index b74bdbc4a..72d674dea 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -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; diff --git a/debian/changelog b/debian/changelog index bc42bf7fb..d44085aa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 -- |