aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/sd.sh
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 /sh/shrc.d/sd.sh
parentBreak up some long lines (diff)
downloaddotfiles-b7ce245e859b946deee740bc617f2b997a52e9dd.tar.gz
dotfiles-b7ce245e859b946deee740bc617f2b997a52e9dd.zip
Two-space sentences in shell comments
Diffstat (limited to 'sh/shrc.d/sd.sh')
-rw-r--r--sh/shrc.d/sd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/shrc.d/sd.sh b/sh/shrc.d/sd.sh
index 58d1a375..04b50f6d 100644
--- a/sh/shrc.d/sd.sh
+++ b/sh/shrc.d/sd.sh
@@ -72,7 +72,7 @@ sd() {
# Check the number of matches
case $# in
- # One match? Must be $PWD, so no siblings--throw in 0 just in
+ # One match? Must be $PWD, so no siblings--throw in 0 just in
# case, but that Shouldn't Happen (TM)
0|1)
printf >&2 'sd(): No siblings\n'
@@ -99,7 +99,7 @@ sd() {
esac
;;
- # Anything else? Multiple siblings--user will need to specify
+ # Anything else? Multiple siblings--user will need to specify
*)
printf >&2 'sd(): Multiple siblings\n'
return 1