diff options
author | Mike Fulbright <msf@redhat.com> | 2001-01-23 17:18:11 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-01-23 17:18:11 +0000 |
commit | 9f7993ec7832653288658a7bfaf3e77708bc639e (patch) | |
tree | f620f86b62e27304742e1586f3fdda442470fecc /lilo.py | |
parent | 24fff1242d7d4ceba2ea819908a6aa2b9185f467 (diff) | |
download | anaconda-9f7993ec7832653288658a7bfaf3e77708bc639e.tar.gz anaconda-9f7993ec7832653288658a7bfaf3e77708bc639e.tar.xz anaconda-9f7993ec7832653288658a7bfaf3e77708bc639e.zip |
stupid typo
Diffstat (limited to 'lilo.py')
-rw-r--r-- | lilo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ class LiloConfiguration: from log import log maxcyl = fstab.getBootPartitionMaxCylFromDrive() if maxcyl > 1023: - log("Maximum cyling is %d, using lba32" % maxcyl) + log("Maximum cylinder is %s, using lba32" % maxcyl) useLBA32 = 1 if (self.liloDevice == "mbr"): |