diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-13 13:47:25 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-13 13:47:25 +0200 |
commit | 15fb00074cb5757e4cdcd790fcf75f0134ae0fe4 (patch) | |
tree | b1b2ca782d268d5c7ce66e1f44c743bb3020e4e2 | |
parent | 8d0303273495fc478ae62570ecf1675942cfbc41 (diff) |
apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() description
-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); |