From 361f31b086ebe67a0d9e1733c579c6b8498b0c99 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 May 2017 20:40:34 +1200 Subject: Correct comment spelling error --- bash/bash_completion.d/sd.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/bash_completion.d/sd.bash b/bash/bash_completion.d/sd.bash index aeee1615..aeb76fa0 100644 --- a/bash/bash_completion.d/sd.bash +++ b/bash/bash_completion.d/sd.bash @@ -7,7 +7,7 @@ _sd() { # Current directory can't be root directory [[ $PWD != / ]] || return 1 - # Build list of matching sibiling directories + # Build list of matching sibling directories local dirname while IFS= read -rd '' dirname ; do [[ -n $dirname ]] || continue -- cgit v1.2.3