summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.