Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.

Thanks Bruce!



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@123083 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/CommandObjectScript.cpp b/source/Interpreter/CommandObjectScript.cpp
index 59b9a75..8d9f336 100644
--- a/source/Interpreter/CommandObjectScript.cpp
+++ b/source/Interpreter/CommandObjectScript.cpp
@@ -52,7 +52,7 @@
 
     if (script_interpreter == NULL)
     {
-        result.AppendError("no script interpeter");
+        result.AppendError("no script interpreter");
         result.SetStatus (eReturnStatusFailed);
     }