diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-24 13:21:55 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-24 13:21:55 -0400 |
commit | d712e575c0d5b1bf66443beec3e7ed75be636e2d (patch) | |
tree | cc4958cc16582b94523f472f64ae4c273581a9f3 /src | |
parent | 944c4a6e8dae50541cea20aaea8843de3e46dfe3 (diff) |
messages.sh: fix punctuation in a comment
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/messages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/messages.sh b/src/lib/messages.sh index e13a087..6d7dbfd 100644 --- a/src/lib/messages.sh +++ b/src/lib/messages.sh @@ -127,7 +127,7 @@ flag() { set -- "${args[@]}" # Unless the $flaglen is extra-wide, the $desc should start at - # column 16 (that is two literal-tabs). If $flaglen is wide, + # column 16 (that is, two literal-tabs). If $flaglen is wide, # this should be increased in increments of 8 (that is, a # literal-tab). Everything should be wrapped to 75 columns. |