summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-07-02 20:36:32 -0400
committerJeremy Katz <katzj@redhat.com>2008-07-02 20:38:01 -0400
commitd5e900eb234cce89e64fab75f8102923cfabdca4 (patch)
tree955e23784d176c7b7257a470c53cbd55cb5b6bba /isys/isys.py
parent82ad930ac419c3426d4d79d1cb8d88e98f9b2e98 (diff)
downloadanaconda-d5e900eb234cce89e64fab75f8102923cfabdca4.tar.gz
anaconda-d5e900eb234cce89e64fab75f8102923cfabdca4.tar.xz
anaconda-d5e900eb234cce89e64fab75f8102923cfabdca4.zip
Get the rest of the psudo->pseudo changes (#453843)
Diffstat (limited to 'isys/isys.py')
-rwxr-xr-xisys/isys.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 887843d25..7214ec189 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -882,8 +882,8 @@ def driveIsIscsi(device):
def vtActivate (num):
_isys.vtActivate (num)
-def isPsudoTTY (fd):
- return _isys.isPsudoTTY (fd)
+def isPseudoTTY (fd):
+ return _isys.isPseudoTTY (fd)
## Flush filesystem buffers.
def sync ():