Fix a typo in help text.
authorAdrian McCarthy <amccarth@google.com>
Tue, 25 Jun 2019 23:13:16 +0000 (23:13 +0000)
committerAdrian McCarthy <amccarth@google.com>
Tue, 25 Jun 2019 23:13:16 +0000 (23:13 +0000)
llvm-svn: 364361

lldb/source/Interpreter/CommandInterpreter.cpp

index b951cce..8948037 100644 (file)
@@ -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) {