diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-12-21 02:10:18 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-21 02:10:18 +0000 |
commit | 0b0c57806b0f4140f36bbebf2ca2cd87f523acca (patch) | |
tree | 5eb0a38b7955be8344b0f9938597e2ae6dc0cf7b /lldb/test/python_api/event/TestEvents.py | |
parent | 17f906be967359727aebdda197f248660131c10f (diff) | |
download | bcm5719-llvm-0b0c57806b0f4140f36bbebf2ca2cd87f523acca.tar.gz bcm5719-llvm-0b0c57806b0f4140f36bbebf2ca2cd87f523acca.zip |
Fix typo.
llvm-svn: 122306
Diffstat (limited to 'lldb/test/python_api/event/TestEvents.py')
-rw-r--r-- | lldb/test/python_api/event/TestEvents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py index 1b1962f866f..70e33eae09a 100644 --- a/lldb/test/python_api/event/TestEvents.py +++ b/lldb/test/python_api/event/TestEvents.py @@ -60,7 +60,7 @@ class EventAPITestCase(TestBase): event = lldb.SBEvent() self.assertFalse(event.IsValid(), "Event should not be valid initially") - # Get the debugger listenr. + # Get the debugger listener. listener = self.dbg.GetListener() # Create MyListeningThread to wait for any kind of event. |