summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-24 13:21:55 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-24 13:21:55 -0400
commitd712e575c0d5b1bf66443beec3e7ed75be636e2d (patch)
treecc4958cc16582b94523f472f64ae4c273581a9f3 /src
parent944c4a6e8dae50541cea20aaea8843de3e46dfe3 (diff)
messages.sh: fix punctuation in a comment
Diffstat (limited to 'src')
-rw-r--r--src/lib/messages.sh2
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.