summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-07-26 11:10:47 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-07-26 11:10:47 +0200
commitb9dc47069ab90a79ca3b9eae3cc85d38062d57ee (patch)
treee475dac924a3770c568e5a4149f4bc91c9275e47 /apt-pkg/contrib/strutl.h
parente0146bb1813743e9042c2aad4d1131ca382861c1 (diff)
add another escape test case, fixup octal one (its \0XX instead of \0XXX)
Diffstat (limited to 'apt-pkg/contrib/strutl.h')
-rw-r--r--apt-pkg/contrib/strutl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/strutl.h b/apt-pkg/contrib/strutl.h
index 43bbfe366..2a6bc1990 100644
--- a/apt-pkg/contrib/strutl.h
+++ b/apt-pkg/contrib/strutl.h
@@ -40,7 +40,7 @@ string QuoteString(const string &Str,const char *Bad);
string DeQuoteString(const string &Str);
string DeQuoteString(string::const_iterator const &begin, string::const_iterator const &end);
-// unescape (\0XXX and \xXX) from a string
+// unescape (\0XX and \xXX) from a string
string DeEscapeString(string &input);
string SizeToStr(double Bytes);