]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
let the Mark methods return if their marking was successful
[apt.git] / apt-pkg / acquire-item.cc
index 7b120d3ce5d20cbd324aef877e1ad32dfc586f7c..6785b4e1be9413d1d80787fa340cbed4f5e0ec82 100644 (file)
@@ -1645,7 +1645,7 @@ pkgAcqArchive::pkgAcqArchive(pkgAcquire *Owner,pkgSourceList *Sources,
 
    // Select a source
    if (QueueNext() == false && _error->PendingError() == false)
-      _error->Error(_("I wasn't able to locate file for the %s package. "
+      _error->Error(_("I wasn't able to locate file for the %s package. "
                    "This might mean you need to manually fix this package."),
                    Version.ParentPkg().Name());
 }