apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() description
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Jul 2011 11:47:25 +0000 (13:47 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Jul 2011 11:47:25 +0000 (13:47 +0200)
apt-pkg/aptconfiguration.h

index 815db6c..1f0399d 100644 (file)
@@ -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);