aboutsummaryrefslogtreecommitdiff
path: root/bin/han.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-27 00:01:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-27 00:01:15 +1300
commitb7ce245e859b946deee740bc617f2b997a52e9dd (patch)
treedb832ca74e9973279a80733825d8fd36ddb8edab /bin/han.bash
parentBreak up some long lines (diff)
downloaddotfiles-b7ce245e859b946deee740bc617f2b997a52e9dd.tar.gz
dotfiles-b7ce245e859b946deee740bc617f2b997a52e9dd.zip
Two-space sentences in shell comments
Diffstat (limited to 'bin/han.bash')
-rw-r--r--bin/han.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/han.bash b/bin/han.bash
index 3c4f6637..e44ffb97 100644
--- a/bin/han.bash
+++ b/bin/han.bash
@@ -1,7 +1,7 @@
# Abstract calls to Bash help vs man(1)
self=han
-# Ensure we're using at least version 2.05. Weird arithmetic syntax needed here
+# Ensure we're using at least version 2.05. Weird arithmetic syntax needed here
# due to leading zeroes and trailing letters in some 2.x version numbers (e.g.
# 2.05a).
# shellcheck disable=SC2128