summaryrefslogtreecommitdiff
path: root/lib/compfix.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compfix.zsh')
-rw-r--r--lib/compfix.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compfix.zsh b/lib/compfix.zsh
index b09b283f2..2fe9d9e64 100644
--- a/lib/compfix.zsh
+++ b/lib/compfix.zsh
@@ -13,7 +13,7 @@ function handle_completion_insecurities() {
# /usr/share/zsh/5.0.6
#
# Since the ignorable first line is printed to stderr and thus not captured,
- # stderr is squelched to prevent this output from leaking to the user.
+ # stderr is squelched to prevent this output from leaking to the user.
local -aU insecure_dirs
insecure_dirs=( ${(f@):-"$(compaudit 2>/dev/null)"} )