aboutsummaryrefslogtreecommitdiff
path: root/bin/han.bash
diff options
context:
space:
mode:
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