summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-26 19:53:29 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-26 19:53:29 +0200
commita8f97b062df3c0d57390e8cd412745516c43eb18 (patch)
tree8c8e347032cfcf6ca4d6f0ca56d4173350bbe830 /DistUpgrade
parent8788c87e087b01933030fd1fb8268ca0f3d7a523 (diff)
downloadpython-apt-a8f97b062df3c0d57390e8cd412745516c43eb18.tar.gz
* typo
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgradeControler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index d5aa8a7d..12bafe9b 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -100,7 +100,7 @@ class DistUpgradeControler(object):
entry.disabled = True
continue
# ignore cdrom sources otherwise
- elif entry.uri.startwith("cdrom:"):
+ elif entry.uri.startswith("cdrom:"):
continue
logging.debug("examining: '%s'" % entry)