Просмотр исходного кода

- 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)

Arch Librarian лет назад: 22
Родитель
Сommit
75224826d1
2 измененных файлов с 4 добавлено и 3 удалено
  1. 1 0
      debian/changelog
  2. 3 3
      ftparchive/apt-ftparchive.cc

+ 1 - 0
debian/changelog

@@ -9,6 +9,7 @@ apt (0.5.6) unstable; urgency=low
       Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
       Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
     - Minor fixes to apt-ftparchive(1) (Closes: #118156)
     - Minor fixes to apt-ftparchive(1) (Closes: #118156)
     - Fix typo in apt-ftparchive help text (Closes: #119072)
     - Fix typo in apt-ftparchive help text (Closes: #119072)
+    - More typos in apt-ftparchive help text (Closes: #190936)
     - Update config.guess, config.sub to latest versions
     - Update config.guess, config.sub to latest versions
     - Modify the description for apt-utils to reflect the fact that it is not
     - Modify the description for apt-utils to reflect the fact that it is not
       (any longer) infrequently used (Closes: #138045)
       (any longer) infrequently used (Closes: #138045)

+ 3 - 3
ftparchive/apt-ftparchive.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // 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
    apt-scanpackages - Efficient work-alike for dpkg-scanpackages
@@ -568,9 +568,9 @@ bool ShowHelp(CommandLine &CmdL)
       "\n"
       "\n"
       "The 'packages' and 'sources' command should be run in the root of the\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"
       "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"
       "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"
       "   apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
       "               dists/potato/main/binary-i386/Packages\n"
       "               dists/potato/main/binary-i386/Packages\n"
       "\n"
       "\n"