]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/acquire-item.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 27 Sep 2007 18:38:14 +0000 (20:38 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 27 Sep 2007 18:38:14 +0000 (20:38 +0200)
  - fix typo

apt-pkg/acquire-item.cc

index c38a501941bb24630195847aab32259f21e01d36..a6d01e3bb01cdd0a98f7c64b1667e3f95a5b9e16 100644 (file)
@@ -345,7 +345,7 @@ void pkgAcqDiffIndex::Done(string Message,unsigned long Size,string Md5Hash,
  */
 pkgAcqIndexDiffs::pkgAcqIndexDiffs(pkgAcquire *Owner,
                                   string URI,string URIDesc,string ShortDesc,
-                                  HashString ExpecteHash, 
+                                  HashString ExpectedHash, 
                                   vector<DiffInfo> diffs)
    : Item(Owner), RealURI(URI), ExpectedHash(ExpectedHash), 
      available_patches(diffs)