aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.d/sd.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/sd.bash b/bash/bashrc.d/sd.bash
index 4a211f1d..433b428f 100644
--- a/bash/bashrc.d/sd.bash
+++ b/bash/bashrc.d/sd.bash
@@ -104,7 +104,7 @@ sd() {
return 2
fi
- # Try to change into the determine directory
+ # Try to change into the determined directory
builtin cd "${opts[@]}" -- ../"$dirname"
}