diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-07-23 15:28:07 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-07-23 15:28:07 +0000 |
commit | aaa0fc7812a87cd920f10d5a72fbc4f0387f8ef8 (patch) | |
tree | f5ac6993623b4337651cd0cf1a28d0e871961e39 /pcmcia.py | |
parent | 8d9597a7d291f75ae2073f099b958ef30506f2fb (diff) | |
download | anaconda-aaa0fc7812a87cd920f10d5a72fbc4f0387f8ef8.tar.gz anaconda-aaa0fc7812a87cd920f10d5a72fbc4f0387f8ef8.tar.xz anaconda-aaa0fc7812a87cd920f10d5a72fbc4f0387f8ef8.zip |
tyop fixes (#100536)
Diffstat (limited to 'pcmcia.py')
-rwxr-xr-x | pcmcia.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ def pcicType(test = 0): log("Found a pcic controller of type: %s", devs[0].driver) return devs[0].driver - log("No pcic controller detectedd.") + log("No pcic controller detected") return None def createPcmciaConfig(path, test = 0): |