diff options
author | Greg Clayton <gclayton@apple.com> | 2011-01-08 20:28:42 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-01-08 20:28:42 +0000 |
commit | 710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 (patch) | |
tree | 6130c80cdc395a1275d817de3d8767e45eba446d /lldb/source/Interpreter/CommandObjectScript.cpp | |
parent | 9dbbc49f7437113863b8ce06ee7a1235279de3bf (diff) | |
download | llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.zip llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.tar.gz llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.tar.bz2 |
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Thanks Bruce!
llvm-svn: 123083
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandObjectScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandObjectScript.cpp b/lldb/source/Interpreter/CommandObjectScript.cpp index 59b9a75..8d9f336 100644 --- a/lldb/source/Interpreter/CommandObjectScript.cpp +++ b/lldb/source/Interpreter/CommandObjectScript.cpp @@ -52,7 +52,7 @@ CommandObjectScript::ExecuteRawCommandString if (script_interpreter == NULL) { - result.AppendError("no script interpeter"); + result.AppendError("no script interpreter"); result.SetStatus (eReturnStatusFailed); } |