aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/_text_filenames.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_completion.d/_text_filenames.bash')
-rw-r--r--bash/bash_completion.d/_text_filenames.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/_text_filenames.bash b/bash/bash_completion.d/_text_filenames.bash
index b6e035ad..0f7f6dd8 100644
--- a/bash/bash_completion.d/_text_filenames.bash
+++ b/bash/bash_completion.d/_text_filenames.bash
@@ -3,7 +3,7 @@
#
# I've seen some very clever people figure out ways to actually read the files
# or run something like file(1) over them to make an educated guess as to
-# whether they're binary or not, but I don't really want to go that far. It's
+# whether they're binary or not, but I don't really want to go that far. It's
# not supposed to be perfect, just a bit more likely to complete singly with
# the thing I want, and I want it to stay fast.
#