aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_set.cpp
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-07-12 00:21:04 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-07-12 00:21:04 -0700
commit8c89e6bce5f38b51cfe227fd8cecb66fa43fc849 (patch)
treeb8bb4b75f1b7c7c7a985072370b95238f5d948ea /builtin_set.cpp
parent98297e5234360c3e5e6a70f26b66904a6d94a39f (diff)
Fix typo and tweak `set` docs
Move the docs for the `-n` flag to `set` out of the list of scopes.
Diffstat (limited to 'builtin_set.cpp')
-rw-r--r--builtin_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin_set.cpp b/builtin_set.cpp
index 598d6c40..9efd12bc 100644
--- a/builtin_set.cpp
+++ b/builtin_set.cpp
@@ -519,7 +519,7 @@ static int builtin_set(parser_t &parser, wchar_t **argv)
}
- /* We can't both list and erase varaibles */
+ /* We can't both list and erase variables */
if (erase && list)
{
append_format(stderr_buffer,