From: Luca Bruno Date: Fri, 3 Oct 2008 18:57:25 +0000 (+0200) Subject: Applying #298821 patch for further arbitary typos X-Git-Tag: 0.7.21~79^2^2~8 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/0da8987ab9e67ad693e38bb5cfe692f12b1a7db9 Applying #298821 patch for further arbitary typos --- diff --git a/apt-pkg/contrib/cmndline.cc b/apt-pkg/contrib/cmndline.cc index 54c91d67d..bfd53695e 100644 --- a/apt-pkg/contrib/cmndline.cc +++ b/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; diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index 3a0abc5a8..bd374fd1e 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/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) diff --git a/debian/changelog b/debian/changelog index d8c2b571a..d3c34a133 100644 --- a/debian/changelog +++ b/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