Fix a typo in help text.

llvm-svn: 364361
This commit is contained in:
Adrian McCarthy 2019-06-25 23:13:16 +00:00
parent 65d8d6357b
commit 17c18a9e81
1 changed files with 1 additions and 1 deletions

View 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) {