diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:34 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:34 +0000 |
commit | c217f42adc1a82c7400e85178f61bf429fea1bc4 (patch) | |
tree | 0daa2459bdbfe9db54412e03cb33e37a1f4e3be5 /apt-pkg/depcache.cc | |
parent | 7d5bbcbc91a55fe3d1727c9dfc42b676b2fb743e (diff) |
Fixed up the docs a bit
Author: jgg
Date: 1998-11-23 01:45:58 GMT
Fixed up the docs a bit
Diffstat (limited to 'apt-pkg/depcache.cc')
-rw-r--r-- | apt-pkg/depcache.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-pkg/depcache.cc b/apt-pkg/depcache.cc index db1cdad62..90c07658b 100644 --- a/apt-pkg/depcache.cc +++ b/apt-pkg/depcache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: depcache.cc,v 1.5 1998/11/13 23:20:06 jgg Exp $ +// $Id: depcache.cc,v 1.6 1998/11/23 01:45:58 jgg Exp $ /* ###################################################################### Dependency Cache - Caches Dependency information. @@ -51,7 +51,7 @@ bool pkgDepCache::Init(OpProgress *Prog) if (Prog != 0) { Prog->OverallProgress(0,2*Head().PackageCount,Head().PackageCount, - "Building Dependancy Tree"); + "Building Dependency Tree"); Prog->SubProgress(Head().PackageCount,"Candidate Versions"); } @@ -80,7 +80,7 @@ bool pkgDepCache::Init(OpProgress *Prog) Prog->OverallProgress(Head().PackageCount,2*Head().PackageCount, Head().PackageCount, - "Building Dependancy Tree"); + "Building Dependency Tree"); Prog->SubProgress(Head().PackageCount,"Dependency Generation"); } |