summaryrefslogtreecommitdiff
path: root/python/progress.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-01-13 17:49:44 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-01-13 17:49:44 +0100
commit9e13c9a669959cac7ff4983f36eeede8039cb6eb (patch)
tree3778f55d63c20956cbb7ddee790d6ef69d26e267 /python/progress.h
parentc906abf5f25479483041636813117c48556f389b (diff)
parent85839f4f241c99f9e4ebb0a6a8847a2d433f1160 (diff)
downloadpython-apt-9e13c9a669959cac7ff4983f36eeede8039cb6eb.tar.gz
merge from the debian branch
Diffstat (limited to 'python/progress.h')
-rw-r--r--python/progress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/progress.h b/python/progress.h
index f04bd683..5ac67b1c 100644
--- a/python/progress.h
+++ b/python/progress.h
@@ -53,7 +53,7 @@ struct PyFetchProgress : public pkgAcquireStatus, public PyCallbackObj
virtual bool MediaChange(string Media, string Drive);
- /* apt stuff */
+ /* apt stuff */
virtual void IMSHit(pkgAcquire::ItemDesc &Itm);
virtual void Fetch(pkgAcquire::ItemDesc &Itm);
virtual void Done(pkgAcquire::ItemDesc &Itm);