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/CommandObjectRegexCommand.cpp b/source/Interpreter/CommandObjectRegexCommand.cpp
index 405c94d..7f2e8c0 100644
--- a/source/Interpreter/CommandObjectRegexCommand.cpp
+++ b/source/Interpreter/CommandObjectRegexCommand.cpp
@@ -97,7 +97,7 @@
                                       m_cmd_name.c_str());
         return false;
     }
-    result.AppendError("empty command passed to regular exression command");
+    result.AppendError("empty command passed to regular expression command");
     result.SetStatus(eReturnStatusFailed);
     return false;
 }