summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-01-10 16:11:44 +0000
committerbfox <bfox>2001-01-10 16:11:44 +0000
commit0a9e0624746fa456df3215b6b2e1b6b7f5c6b3d9 (patch)
tree63f2c2baa2905772e6f4023e253aad3f8856eb17 /todo.py
parentd7ece3111ea611e758af79bf1f0cc68eb24f6580 (diff)
downloadanaconda-0a9e0624746fa456df3215b6b2e1b6b7f5c6b3d9.tar.gz
anaconda-0a9e0624746fa456df3215b6b2e1b6b7f5c6b3d9.tar.xz
anaconda-0a9e0624746fa456df3215b6b2e1b6b7f5c6b3d9.zip
Fixed typo bug. Line 1740 said "else if" instead of "elif"
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 0d0b98e71..c5af6078a 100644
--- a/todo.py
+++ b/todo.py
@@ -1737,7 +1737,7 @@ class ToDo:
spaceneeded[mount] = need
else:
spaceneeded[mount] = need
- else if type == nodeprob:
+ elif type == nodeprob:
if nodeneeded.has_key (mount) and nodeneeded[mount] < need:
nodeneeded[mount] = need
else: