From d712e575c0d5b1bf66443beec3e7ed75be636e2d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 24 May 2017 13:21:55 -0400 Subject: messages.sh: fix punctuation in a comment --- src/lib/messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf