summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-09-27 20:38:14 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-09-27 20:38:14 +0200
commit59d5cc74ef7c6ca820ed9d26a4d829b891214edf (patch)
tree87a73e7beda1569d7b096a8c98c48205ded084be /apt-pkg/acquire-item.cc
parente9fce64bd454e68641a265d384669217f2bc0558 (diff)
* apt-pkg/acquire-item.cc:
- fix typo
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r--apt-pkg/acquire-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index c38a50194..a6d01e3bb 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -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)