Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.

Thanks Bruce!

llvm-svn: 123083
diff --git a/lldb/source/lldb-log.cpp b/lldb/source/lldb-log.cpp
index dcad9cb..865d20b 100644
--- a/lldb/source/lldb-log.cpp
+++ b/lldb/source/lldb-log.cpp
@@ -237,6 +237,6 @@
         "\tstate - log private and public process state changes\n"
         "\tstep - log step related activities\n"
         "\tunwind - log stack unwind activities\n"
-        "\tverbose - enable verbose loggging\n"
+        "\tverbose - enable verbose logging\n"
         "\twatch - log watchpoint related activities\n");
 }