[Lldb-commits] [lldb] r170239 - /lldb/trunk/source/Commands/CommandObjectType.cpp
Filipe Cabecinhas
me at filcab.net
Fri Dec 14 12:38:58 PST 2012
Author: filcab
Date: Fri Dec 14 14:38:58 2012
New Revision: 170239
URL: http://llvm.org/viewvc/llvm-project?rev=170239&view=rev
Log:
Fixed a typo.
Modified:
lldb/trunk/source/Commands/CommandObjectType.cpp
Modified: lldb/trunk/source/Commands/CommandObjectType.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectType.cpp?rev=170239&r1=170238&r2=170239&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectType.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectType.cpp Fri Dec 14 14:38:58 2012
@@ -828,7 +828,7 @@
ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
if (!interpreter)
{
- out_stream->Printf ("no script interprter.\n");
+ out_stream->Printf ("no script interpreter.\n");
out_stream->Flush();
return;
}
More information about the lldb-commits
mailing list