summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:56:49 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:56:49 +0000
commitd1f1f6a8a6561f191cc4ddcaea91232845c5c5af (patch)
treef139884b53be8828e4b97b681ccb7ceaae7350cb /apt-pkg
parenta048951148c5bc0fffe5288c73f50fed5c00e31c (diff)
Grammer error
Author: jgg Date: 2001-02-27 04:24:41 GMT Grammer error
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/acquire-item.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index 431382ef1..c9ec724d9 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: acquire-item.cc,v 1.42 2001/02/20 07:03:17 jgg Exp $
+// $Id: acquire-item.cc,v 1.43 2001/02/27 04:24:41 jgg Exp $
/* ######################################################################
Acquire Item - Item to acquire
@@ -345,7 +345,7 @@ pkgAcqArchive::pkgAcqArchive(pkgAcquire *Owner,pkgSourceList *Sources,
if (Version.Arch() == 0)
{
- _error->Error(_("I wasn't able to locate file for the %s package. "
+ _error->Error(_("I wasn't able to locate a file for the %s package. "
"This might mean you need to manually fix this package. (due to missing arch)"),
Version.ParentPkg().Name());
return;