summaryrefslogtreecommitdiffstats
path: root/pcmcia.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-23 15:28:07 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-23 15:28:07 +0000
commitaaa0fc7812a87cd920f10d5a72fbc4f0387f8ef8 (patch)
treef5ac6993623b4337651cd0cf1a28d0e871961e39 /pcmcia.py
parent8d9597a7d291f75ae2073f099b958ef30506f2fb (diff)
downloadanaconda-aaa0fc7812a87cd920f10d5a72fbc4f0387f8ef8.tar.gz
anaconda-aaa0fc7812a87cd920f10d5a72fbc4f0387f8ef8.tar.xz
anaconda-aaa0fc7812a87cd920f10d5a72fbc4f0387f8ef8.zip
tyop fixes (#100536)
Diffstat (limited to 'pcmcia.py')
-rwxr-xr-xpcmcia.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcmcia.py b/pcmcia.py
index 98867a66f..f5f8da559 100755
--- a/pcmcia.py
+++ b/pcmcia.py
@@ -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):