summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Interpreter/CommandInterpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index b951cce8c59..8948037a630 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -821,7 +821,7 @@ void CommandInterpreter::LoadCommandDictionary() {
*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) {
OpenPOWER on IntegriCloud