diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:50 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:50 +0000 |
commit | 4490f2de55989772dbdde652b27e661b6d4dce68 (patch) | |
tree | 465fac057a80b2fa1b75b1cc5e5197929c260017 /apt-pkg/algorithms.cc | |
parent | 27b15b3b0c38d1e557feb908393f45abff58eb09 (diff) |
Typo in Algorithms.cc. Closes: #63577
Author: jgg
Date: 2000-05-10 05:56:23 GMT
Typo in Algorithms.cc. Closes: #63577
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 49e964f23..adcbbd40c 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: algorithms.cc,v 1.29 1999/11/17 01:52:01 jgg Exp $ +// $Id: algorithms.cc,v 1.30 2000/05/10 05:56:23 jgg Exp $ /* ###################################################################### Algorithms - A set of misc algorithms @@ -284,7 +284,7 @@ bool pkgDistUpgrade(pkgDepCache &Cache) pkgProblemResolver Fix(Cache); // Hold back held packages. - if (_config->FindB("APT::Ingore-Hold",false) == false) + if (_config->FindB("APT::Ignore-Hold",false) == false) { for (pkgCache::PkgIterator I = Cache.PkgBegin(); I.end() == false; I++) { |