소스 검색

apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() description

Michael Vogt 15 년 전
부모
커밋
15fb00074c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apt-pkg/aptconfiguration.h

+ 1 - 1
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);