diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-17 19:06:06 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-17 19:06:06 +0200 |
| commit | ad1e40b643860122971a0ab8d942e54851458347 (patch) | |
| tree | b6d7e7ba5c863ce33d2de3dd892047394b85f24f | |
| parent | 24e4c5f2f2474b659dc9543c908f00cf8d4900ac (diff) | |
| download | python-apt-ad1e40b643860122971a0ab8d942e54851458347.tar.gz | |
* DistUpgrade/DistUpgradeViewGtk.py:
- embarassing typo
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 2 |
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() |
