Fix typo.

llvm-svn: 122306
This commit is contained in:
Johnny Chen
2010-12-21 02:10:18 +00:00
parent 17f906be96
commit 0b0c57806b

View File

@@ -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.