[Lldb-commits] [lldb] r364361 - Fix a typo in help text.
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 25 16:13:17 PDT 2019
Author: amccarth
Date: Tue Jun 25 16:13:16 2019
New Revision: 364361
URL: http://llvm.org/viewvc/llvm-project?rev=364361&view=rev
Log:
Fix a typo in help text.
Modified:
lldb/trunk/source/Interpreter/CommandInterpreter.cpp
Modified: lldb/trunk/source/Interpreter/CommandInterpreter.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CommandInterpreter.cpp?rev=364361&r1=364360&r2=364361&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp Tue Jun 25 16:13:16 2019
@@ -821,7 +821,7 @@ void CommandInterpreter::LoadCommandDict
*this, "_regexp-env",
"Shorthand for viewing and setting environment variables.",
"\n"
- "_regexp-env // Show enrivonment\n"
+ "_regexp-env // Show environment\n"
"_regexp-env <name>=<value> // Set an environment variable",
2, 0, false));
if (env_regex_cmd_up) {
More information about the lldb-commits
mailing list