aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/man.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/man.bash b/bash/bashrc.d/man.bash
index f01e4dc0..201ebe64 100644
--- a/bash/bashrc.d/man.bash
+++ b/bash/bashrc.d/man.bash
@@ -31,7 +31,7 @@ _man() {
#
IFS=$'\n' read -a COMPREPLY -d '' -r < <(
- # Don't return dotfiles, and expand empty globs to just nothing
+ # Do not return dotfiles, and expand empty globs to just nothing
shopt -u dotglob
shopt -s nullglob