aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/sd.bash2
1 files changed, 1 insertions, 1 deletions
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