]> git.saurik.com Git - apt.git/blobdiff - ftparchive/cachedb.cc
append the dist (e.g. sid, wheezy) as a query string when
[apt.git] / ftparchive / cachedb.cc
index 64638459ad1e77e33e3af003f73ad344d1e6cc3e..b04244347f4bd258a0d593712a91287fc52eaafc 100644 (file)
@@ -69,7 +69,7 @@ bool CacheDB::ReadyDB(string const &DB)
       // apt 0.6.44
       if (err == EINVAL)
       {
-        _error->Error(_("DB format is invalid. If you upgraded from a older version of apt, please remove and re-create the database."));
+        _error->Error(_("DB format is invalid. If you upgraded from an older version of apt, please remove and re-create the database."));
       }
       if (err)
       {
@@ -83,7 +83,7 @@ bool CacheDB::ReadyDB(string const &DB)
    return true;
 }
                                                                        /*}}}*/
-// CacheDB::OpenFile - Open the filei                                  /*{{{*/
+// CacheDB::OpenFile - Open the file                                   /*{{{*/
 // ---------------------------------------------------------------------
 /* */
 bool CacheDB::OpenFile()
@@ -139,7 +139,7 @@ bool CacheDB::GetCurStat()
    
        if (DBLoaded)
        {
-               /* First see if thre is anything about it
+               /* First see if there is anything about it
                   in the database */
 
                /* Get the flags (and mtime) */