summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:44 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:44 +0000
commitbac2e715204b341d7818444c4a4ad2e3e4e5b18d (patch)
tree1f014a572ff4b7af50194ff820678960b6bcdd79 /apt-pkg/pkgcache.cc
parent13b6231dae1b98bfef9a896391bda93eec3bd45d (diff)
Typo fixes.
Author: doogie Date: 2003-02-10 01:40:58 GMT Typo fixes.
Diffstat (limited to 'apt-pkg/pkgcache.cc')
-rw-r--r--apt-pkg/pkgcache.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc
index 484cde5f4..45379361a 100644
--- a/apt-pkg/pkgcache.cc
+++ b/apt-pkg/pkgcache.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: pkgcache.cc,v 1.36 2001/07/01 22:28:24 jgg Exp $
+// $Id: pkgcache.cc,v 1.37 2003/02/10 01:40:58 doogie Exp $
/* ######################################################################
Package Cache - Accessor code for the cache
@@ -144,7 +144,7 @@ bool pkgCache::ReMap()
// Chcek the arhcitecture
if (HeaderP->Architecture == 0 ||
_config->Find("APT::Architecture") != StrP + HeaderP->Architecture)
- return _error->Error(_("The package cache was build for a different architecture"));
+ return _error->Error(_("The package cache was built for a different architecture"));
return true;
}
/*}}}*/