diff options
author | Luca Bruno <lethalman88@gmail.com> | 2008-10-03 20:15:06 +0200 |
---|---|---|
committer | Luca Bruno <lethalman88@gmail.com> | 2008-10-03 20:15:06 +0200 |
commit | 7365ff46a3852e2d3abd2cfdfcfad37ac362c427 (patch) | |
tree | 52d5a31a586982899ceccf71f840a186d52b7fb7 /apt-pkg/contrib/strutl.cc | |
parent | e3b7c6cfd9bac5bce453c889503f573ccee41fa2 (diff) |
Fix some typos in docs and translations (thanks to timeless, closes: 368665)
Diffstat (limited to 'apt-pkg/contrib/strutl.cc')
-rw-r--r-- | apt-pkg/contrib/strutl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index eacc7077a..3a0abc5a8 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -461,7 +461,7 @@ string Base64Encode(const string &S) /*}}}*/ // stringcmp - Arbitary string compare /*{{{*/ // --------------------------------------------------------------------- -/* This safely compares two non-null terminated strings of arbitary +/* This safely compares two non-null terminated strings of arbitrary length */ int stringcmp(const char *A,const char *AEnd,const char *B,const char *BEnd) { |