ソースを参照

use the correct option name in comment for Acquire::Languages

Jörg Sommer 15 年 前
コミット
da833832ee
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      apt-pkg/aptconfiguration.cc

+ 1 - 1
apt-pkg/aptconfiguration.cc

@@ -224,7 +224,7 @@ std::vector<std::string> const Configuration::getLanguages(bool const &All,
 		environment.push_back("en");
 		environment.push_back("en");
 	}
 	}
 
 
-	// Support settings like Acquire::Translation=none on the command line to
+	// Support settings like Acquire::Languages=none on the command line to
 	// override the configuration settings vector of languages.
 	// override the configuration settings vector of languages.
 	string const forceLang = _config->Find("Acquire::Languages","");
 	string const forceLang = _config->Find("Acquire::Languages","");
 	if (forceLang.empty() == false) {
 	if (forceLang.empty() == false) {