diff options
author | Jörg Sommer <joerg@alea.gnuu.de> | 2011-05-28 10:14:43 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-28 10:14:43 +0200 |
commit | da833832ee0748f72674677a0c28ad0762159438 (patch) | |
tree | 48fba5be89a80b0b73a3a5cf42fab9574aca9d31 | |
parent | 97be52d4372d1ca6b8d276060b434348876ca322 (diff) |
use the correct option name in comment for Acquire::Languages
-rw-r--r-- | apt-pkg/aptconfiguration.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::string> 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) { |