[Lldb-commits] [lldb] r132969 - /lldb/trunk/test/dotest.py
Peter Collingbourne
peter at pcc.me.uk
Mon Jun 13 20:55:45 PDT 2011
Author: pcc
Date: Mon Jun 13 22:55:45 2011
New Revision: 132969
URL: http://llvm.org/viewvc/llvm-project?rev=132969&view=rev
Log:
Fix typo: curret -> current
Modified:
lldb/trunk/test/dotest.py
Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=132969&r1=132968&r2=132969&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon Jun 13 22:55:45 2011
@@ -193,7 +193,7 @@
and:
args : specify a list of directory names to search for test modules named after
Test*.py (test discovery)
- if empty, search from the curret working directory, instead
+ if empty, search from the current working directory, instead
"""
if verbose > 0:
More information about the lldb-commits
mailing list