diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:54 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:54 +0000 |
commit | 75224826d1ec71b916acd7dce0060909a2f59cf7 (patch) | |
tree | f7e19012d3a6ac039ae7347cb5292bf88ed17726 /ftparchive | |
parent | 2f2508609534824a7e91d1e1ea3a7a2d02e412ef (diff) |
- More typos in apt-ftparchive help text (Closes: #190936)
Author: mdz
Date: 2003-07-18 15:28:58 GMT
- More typos in apt-ftparchive help text (Closes: #190936)
Diffstat (limited to 'ftparchive')
-rw-r--r-- | ftparchive/apt-ftparchive.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 60fe740b5..426ec5637 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-ftparchive.cc,v 1.7 2003/07/18 14:12:07 mdz Exp $ +// $Id: apt-ftparchive.cc,v 1.8 2003/07/18 15:28:58 mdz Exp $ /* ###################################################################### apt-scanpackages - Efficient work-alike for dpkg-scanpackages @@ -568,9 +568,9 @@ bool ShowHelp(CommandLine &CmdL) "\n" "The 'packages' and 'sources' command should be run in the root of the\n" "tree. BinaryPath should point to the base of the recursive search and \n" - "override file should contian the override flags. Pathprefix is\n" + "override file should contain the override flags. Pathprefix is\n" "appended to the filename fields if present. Example usage from the \n" - "debian archive:\n" + "Debian archive:\n" " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n" " dists/potato/main/binary-i386/Packages\n" "\n" |