From 710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Sat, 8 Jan 2011 20:28:42 +0000 Subject: Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. Thanks Bruce! llvm-svn: 123083 --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp') diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp index f07b11d..044edd0 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp @@ -167,7 +167,7 @@ ProcessGDBRemoteLog::ListLogCategories (Stream *strm) "\tprocess - log process events and activities\n" "\tthread - log thread events and activities\n" "\tstep - log step related activities\n" - "\tverbose - enable verbose loggging\n" + "\tverbose - enable verbose logging\n" "\twatch - log watchpoint related activities\n", ProcessGDBRemote::GetPluginNameStatic()); } -- cgit v1.1