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

Applying #298821 patch for further arbitary typos

Luca Bruno лет назад: 18
Родитель
Сommit
0da8987ab9
3 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      apt-pkg/contrib/cmndline.cc
  2. 2 2
      apt-pkg/contrib/strutl.cc
  3. 1 1
      debian/changelog

+ 1 - 1
apt-pkg/contrib/cmndline.cc

@@ -189,7 +189,7 @@ bool CommandLine::HandleOpt(int &I,int argc,const char *argv[],
       if ((A->Flags & ConfigFile) == ConfigFile)
 	 return ReadConfigFile(*Conf,Argument);
 
-      // Arbitary item specification
+      // Arbitrary item specification
       if ((A->Flags & ArbItem) == ArbItem)
       {
 	 const char *J;

+ 2 - 2
apt-pkg/contrib/strutl.cc

@@ -459,7 +459,7 @@ string Base64Encode(const string &S)
    return Final;
 }
 									/*}}}*/
-// stringcmp - Arbitary string compare					/*{{{*/
+// stringcmp - Arbitrary string compare					/*{{{*/
 // ---------------------------------------------------------------------
 /* This safely compares two non-null terminated strings of arbitrary 
    length */
@@ -517,7 +517,7 @@ int stringcmp(string::const_iterator A,string::const_iterator AEnd,
 }
 #endif
 									/*}}}*/
-// stringcasecmp - Arbitary case insensitive string compare		/*{{{*/
+// stringcasecmp - Arbitrary case insensitive string compare		/*{{{*/
 // ---------------------------------------------------------------------
 /* */
 int stringcasecmp(const char *A,const char *AEnd,const char *B,const char *BEnd)

+ 1 - 1
debian/changelog

@@ -2,7 +2,7 @@ apt (0.7.15~exp4) UNRELEASED; urgency=low
 
   [Luca Bruno]
   * Fix some typos in docs and translations
-    (thanks to timeless, closes: #368665)
+    (thanks to timeless and Nicolas Bonifas, closes: #368665, #298821)
   * Document apt-key finger and adv commands
     (thanks to Stefan Schmidt, closes: #350575)
   * Better documentation on using both APT::Default-Release and