From 46161892b35ff5e87c0eabae2aa39e31bf9de4c0 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 26 Jun 2008 11:35:35 -0400 Subject: Spell pseudo correctly. --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.py') diff --git a/text.py b/text.py index 9d1a9418f..2cc427d1c 100644 --- a/text.py +++ b/text.py @@ -504,7 +504,7 @@ class InstallInterface: for non-real consoles such as serial, i/p virtual consoles or xen.""" if flags.serial or flags.virtpconsole: return False - if isys.isPsudoTTY(0): + if isys.isPseudoTTY(0): return False if isys.isVioConsole(): return False -- cgit