diff options
author | Mike Fulbright <msf@redhat.com> | 2000-04-24 18:20:20 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-04-24 18:20:20 +0000 |
commit | a402692ef9188ee2c9e997eb8f11582d240da615 (patch) | |
tree | 3a828c07da5e9f787786aa9e24c300c4012049d3 /todo.py | |
parent | 875488af845da9df7c6256e74d018ced264f5bb3 (diff) | |
download | anaconda-a402692ef9188ee2c9e997eb8f11582d240da615.tar.gz anaconda-a402692ef9188ee2c9e997eb8f11582d240da615.tar.xz anaconda-a402692ef9188ee2c9e997eb8f11582d240da615.zip |
typo in log message
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -919,7 +919,7 @@ class ToDo: cdname = "%s%d" % (cdname, count) count = count + 1 - self.log ("creating cdrom link for" + device) + self.log ("creating cdrom link for " + device) try: os.stat(self.instPath + "/dev/" + cdname) self.log ("link exists, removing") |