summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/lldbcurses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lldbcurses.py b/lldb/test/lldbcurses.py
index 98b09d90f91..90485416882 100644
--- a/lldb/test/lldbcurses.py
+++ b/lldb/test/lldbcurses.py
@@ -430,7 +430,7 @@ class Window(object):
n is the number of times to go through the event loop before exiting'''
done = False
while not done and n > 0:
- c = self.get_key(timeoue_msec)
+ c = self.get_key(timeout_msec)
if c != -1:
try:
self.handle_key(c)
OpenPOWER on IntegriCloud