From: Jörg Sommer Date: Sat, 28 May 2011 08:14:43 +0000 (+0200) Subject: use the correct option name in comment for Acquire::Languages X-Git-Tag: 0.8.15~4^2~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/da833832ee0748f72674677a0c28ad0762159438?ds=inline use the correct option name in comment for Acquire::Languages --- diff --git a/apt-pkg/aptconfiguration.cc b/apt-pkg/aptconfiguration.cc index ca602d4bf..e8c8e73d0 100644 --- a/apt-pkg/aptconfiguration.cc +++ b/apt-pkg/aptconfiguration.cc @@ -224,7 +224,7 @@ std::vector const Configuration::getLanguages(bool const &All, 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. string const forceLang = _config->Find("Acquire::Languages",""); if (forceLang.empty() == false) {