[Lldb-commits] [lldb] r122306 - /lldb/trunk/test/python_api/event/TestEvents.py
Johnny Chen
johnny.chen at apple.com
Mon Dec 20 18:10:18 PST 2010
Author: johnny
Date: Mon Dec 20 20:10:18 2010
New Revision: 122306
URL: http://llvm.org/viewvc/llvm-project?rev=122306&view=rev
Log:
Fix typo.
Modified:
lldb/trunk/test/python_api/event/TestEvents.py
Modified: lldb/trunk/test/python_api/event/TestEvents.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/event/TestEvents.py?rev=122306&r1=122305&r2=122306&view=diff
==============================================================================
--- lldb/trunk/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/test/python_api/event/TestEvents.py Mon Dec 20 20:10:18 2010
@@ -60,7 +60,7 @@
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.
More information about the lldb-commits
mailing list