diff options
author | Scott James Remnant <keybuk@debian.org> | 2004-05-07 01:40:46 +0000 |
---|---|---|
committer | Scott James Remnant <keybuk@debian.org> | 2004-05-07 01:40:46 +0000 |
commit | 96f0d6dc724fdbf1f36e0d2586cf60f261896d97 (patch) | |
tree | 949053a62cce1b5bdd89f76786df0e03f2479280 /dselect | |
parent | 7f0e58c96e635790706086761db34cae94b5b1ec (diff) | |
download | dpkg-96f0d6dc724fdbf1f36e0d2586cf60f261896d97.tar.gz |
Fix a large collection of low-hanging-fruit documentation corrections
to clean up the bug list somewhat.
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/pkginfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/pkginfo.cc b/dselect/pkginfo.cc index 6c8aeb025..e9c286ceb 100644 --- a/dselect/pkginfo.cc +++ b/dselect/pkginfo.cc @@ -80,7 +80,7 @@ void packagelist::severalinfoblurb(const char *whatinfoline) { whatinfovb(whatinfoline); varbuf vb; vb(_("The line you have highlighted represents many packages; " - "if you ask to install, remove, hold, &c it you will affect all " + "if you ask to install, remove, hold, etc. it you will affect all " "the packages which match the criterion shown.\n" "\n" "If you move the highlight to a line for a particular package " |