]> git.saurik.com Git - apt.git/commitdiff
Correct typos. Thanks Clytie for reporting.
authorbubulle@debian.org <>
Thu, 21 Jun 2007 08:37:17 +0000 (10:37 +0200)
committerbubulle@debian.org <>
Thu, 21 Jun 2007 08:37:17 +0000 (10:37 +0200)
apt-pkg/pkgcachegen.cc

index ce9b96980c3792b16a244843510b64c9408207a8..4e186f4669e5b582eea0b9dd62bfbedee9f0337b 100644 (file)
@@ -150,7 +150,7 @@ bool pkgCacheGenerator::MergeList(ListParser &List,
                  Desc->ParentPkg = Pkg.Index();
                  
                  if (NewFileDesc(Desc,List) == false)
-                    return _error->Error(_("Error occured while processing %s (NewFileDesc1)"),PackageName.c_str());
+                    return _error->Error(_("Error occurred while processing %s (NewFileDesc1)"),PackageName.c_str());
                  break;
               }
            }
@@ -242,7 +242,7 @@ bool pkgCacheGenerator::MergeList(ListParser &List,
       Desc->ParentPkg = Pkg.Index();
 
       if (NewFileDesc(Desc,List) == false)
-        return _error->Error(_("Error occured while processing %s (NewFileDesc2)"),PackageName.c_str());
+        return _error->Error(_("Error occurred while processing %s (NewFileDesc2)"),PackageName.c_str());
    }
 
    FoundFileDeps |= List.HasFileDeps();