summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeCache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-12 11:18:07 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-12 11:18:07 +0200
commitd1b8c72ce90713b807bc231b949494e19867b789 (patch)
treee6424ae1e994e8263a33f29f082740dbe8688872 /DistUpgrade/DistUpgradeCache.py
parent830b5233ef8775cb39720fa1b1b48260fd27c9fd (diff)
downloadpython-apt-d1b8c72ce90713b807bc231b949494e19867b789.tar.gz
* typo fix
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
-rw-r--r--DistUpgrade/DistUpgradeCache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index 2e21d05d..f6e6cad8 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -349,7 +349,7 @@ class MyCache(apt.Cache):
self.restore_snapshot()
return False
except (SystemError,KeyError),e:
- loggging.warning("_tryMarkObsoleteForRemoval failed for '%s' (%s)" % (pkgname,e))
+ logging.warning("_tryMarkObsoleteForRemoval failed for '%s' (%s)" % (pkgname,e))
self.restore_snapshot()
return False
return True