diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-14 11:20:28 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-14 11:20:28 +0200 |
commit | cf4904e1e0019fc09b9c53b587f5f4361ed26ec7 (patch) | |
tree | bb8336111e2088af8fd856861fa3c8f6ffba206c /apt-pkg/aptconfiguration.h | |
parent | 953b348cb02fcdccb597b6988f904bfdb696e92e (diff) | |
parent | 89c4c588b275d098af33f36eeddea6fd75068342 (diff) |
merged from debian-sid
Diffstat (limited to 'apt-pkg/aptconfiguration.h')
-rw-r--r-- | apt-pkg/aptconfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/aptconfiguration.h b/apt-pkg/aptconfiguration.h index 815db6cae..1f0399dd2 100644 --- a/apt-pkg/aptconfiguration.h +++ b/apt-pkg/aptconfiguration.h @@ -36,7 +36,7 @@ public: /*{{{*/ * \param Cached saves the result so we need to calculated it only once * this parameter should ony be used for testing purposes. * - * \return a vector of (all) Language Codes in the prefered usage order + * \return a vector of the compression types in the prefered usage order */ std::vector<std::string> static const getCompressionTypes(bool const &Cached = true); |