aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/vr.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/vr.bash')
-rw-r--r--bash/bashrc.d/vr.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc.d/vr.bash b/bash/bashrc.d/vr.bash
index a8d836a3..3eb1fbdd 100644
--- a/bash/bashrc.d/vr.bash
+++ b/bash/bashrc.d/vr.bash
@@ -37,8 +37,8 @@ vr() {
return
fi
- # If we have a .svn dir, iterate upwards until we find an ancestor that
- # doesn't; hopefully that's the root
+ # If we have a .svn directory, iterate upwards until we find an ancestor
+ # that doesn't; hopefully that's the root
if [[ -d $path/.svn ]] ; then
local search
search=$path