summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjishudashen <jishudashen@foxmail.com>2025-07-22 00:39:25 +0800
committerGitHub <noreply@github.com>2025-07-21 18:39:25 +0200
commite3e468d1388d262b0018350a1248a176bfb31660 (patch)
tree8bc0c972a45daf9a7c32036fcda928719cb9552f /lib
parentff97957f1ccb33b1c1c27e47e2e24789ce2ae33f (diff)
downloadzsh-e3e468d1388d262b0018350a1248a176bfb31660.tar.gz
zsh-e3e468d1388d262b0018350a1248a176bfb31660.tar.bz2
zsh-e3e468d1388d262b0018350a1248a176bfb31660.zip
chore: fix typos (#13219)
Diffstat (limited to 'lib')
-rw-r--r--lib/completion.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh
index 5a233a322..3823c2544 100644
--- a/lib/completion.zsh
+++ b/lib/completion.zsh
@@ -40,7 +40,7 @@ fi
# disable named-directories autocompletion
zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
-# Use caching so that commands like apt and dpkg complete are useable
+# Use caching so that commands like apt and dpkg complete are usable
zstyle ':completion:*' use-cache yes
zstyle ':completion:*' cache-path $ZSH_CACHE_DIR