aboutsummaryrefslogtreecommitdiff
path: root/bin/chn.mi5
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chn.mi5')
-rw-r--r--bin/chn.mi52
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chn.mi5 b/bin/chn.mi5
index dfc1000c..28178ac0 100644
--- a/bin/chn.mi5
+++ b/bin/chn.mi5
@@ -11,7 +11,7 @@ fi
c=$1
shift
-# Check the repetition count looks sane. Zero is fine!
+# Check the repetition count looks sane. Zero is fine!
if [ "$c" -lt 0 ] ; then
printf >&2 '%s: Nonsensical negative count\n' "$self"
exit 2