From b7ce245e859b946deee740bc617f2b997a52e9dd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 27 Dec 2018 00:01:15 +1300 Subject: Two-space sentences in shell comments --- sh/shrc.d/sd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/shrc.d/sd.sh') 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 -- cgit v1.2.3