summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-17 19:06:06 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-17 19:06:06 +0200
commitad1e40b643860122971a0ab8d942e54851458347 (patch)
treeb6d7e7ba5c863ce33d2de3dd892047394b85f24f
parent24e4c5f2f2474b659dc9543c908f00cf8d4900ac (diff)
downloadpython-apt-ad1e40b643860122971a0ab8d942e54851458347.tar.gz
* DistUpgrade/DistUpgradeViewGtk.py:
- embarassing typo
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index 13ede7ee..97a57772 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -270,7 +270,7 @@ class GtkInstallProgressAdapter(InstallProgress):
try:
InstallProgress.updateInterface(self)
except ValueError, e:
- logging.error("got ValueError from InstallPrgoress.updateInterface. Line was '%s' (%s)" % (self.read, e)
+ logging.error("got ValueError from InstallPrgoress.updateInterface. Line was '%s' (%s)" % (self.read, e))
# check if we haven't started yet with packages, pulse then
if self.start_time == 0.0:
self.progress.pulse()