From: Michael Vogt Date: Wed, 13 Jul 2011 11:47:25 +0000 (+0200) Subject: apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() description X-Git-Tag: 0.8.15.2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/15fb00074cb5757e4cdcd790fcf75f0134ae0fe4?hp=-c apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() description --- 15fb00074cb5757e4cdcd790fcf75f0134ae0fe4 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 static const getCompressionTypes(bool const &Cached = true);