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/Args.cpp b/source/Interpreter/Args.cpp
index 6227658..e0c04f4 100644
--- a/source/Interpreter/Args.cpp
+++ b/source/Interpreter/Args.cpp
@@ -145,7 +145,7 @@
             if (*arg_start == '\0')
                 break;
 
-            // Arguments can be split into multiple discongituous pieces,
+            // Arguments can be split into multiple discontiguous pieces,
             // for example:
             //  "Hello ""World"
             // this would result in a single argument "Hello World" (without/
@@ -228,7 +228,7 @@
                     else
                     {
                         // We found the start of a quote scope.
-                        // Make sure there isn't a string that predeces
+                        // Make sure there isn't a string that precedes
                         // the start of a quote scope like:
                         // Hello" World"
                         // If so, then add the "Hello" to the arg