aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/shrc.d/bd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/bd.sh b/sh/shrc.d/bd.sh
index 81ddedb8..14d65c3b 100644
--- a/sh/shrc.d/bd.sh
+++ b/sh/shrc.d/bd.sh
@@ -15,7 +15,7 @@ bd() {
# parent directory
req=${1:-..}
- # Strip trailing slashes if a trailing slash isn't the whole pattern
+ # Strip trailing slashes if a trailing slash is not the whole pattern
[ "$req" = / ] || req=${req%/}
# What to do now depends on the request