]> git.saurik.com Git - apt.git/commitdiff
use the correct option name in comment for Acquire::Languages
authorJörg Sommer <joerg@alea.gnuu.de>
Sat, 28 May 2011 08:14:43 +0000 (10:14 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 28 May 2011 08:14:43 +0000 (10:14 +0200)
apt-pkg/aptconfiguration.cc

index ca602d4bfd1df5fa17938e32c0aee7b1eb28332f..e8c8e73d0b042919e408beb77f9f91d355323daf 100644 (file)
@@ -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) {