summaryrefslogtreecommitdiff
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
parentff97957f1ccb33b1c1c27e47e2e24789ce2ae33f (diff)
downloadzsh-e3e468d1388d262b0018350a1248a176bfb31660.tar.gz
zsh-e3e468d1388d262b0018350a1248a176bfb31660.tar.bz2
zsh-e3e468d1388d262b0018350a1248a176bfb31660.zip
chore: fix typos (#13219)
-rw-r--r--lib/completion.zsh2
-rw-r--r--plugins/dnf/_dnf52
-rw-r--r--plugins/dotnet/dotnet.plugin.zsh2
-rw-r--r--plugins/git/git.plugin.zsh2
-rw-r--r--plugins/systemadmin/README.md2
5 files changed, 5 insertions, 5 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
diff --git a/plugins/dnf/_dnf5 b/plugins/dnf/_dnf5
index 9cbf451a8..3422fae32 100644
--- a/plugins/dnf/_dnf5
+++ b/plugins/dnf/_dnf5
@@ -272,7 +272,7 @@ _dnf5-repoquery() {
for v in enhance obsolete provide recommend require suggest supplement; do
opts+=( "--what${v}s=[limit to packages that $v specified capabilities]:list of capability: ")
done
- # mutually exclusive formating options
+ # mutually exclusive formatting options
opts+=(
+ '(format)'
'--conflicts[display capabilities that the package conflicts with]'
diff --git a/plugins/dotnet/dotnet.plugin.zsh b/plugins/dotnet/dotnet.plugin.zsh
index adc1ec678..2b7782474 100644
--- a/plugins/dotnet/dotnet.plugin.zsh
+++ b/plugins/dotnet/dotnet.plugin.zsh
@@ -10,7 +10,7 @@ _dotnet_completion() {
compdef _dotnet_completion dotnet
-# Aliases bellow are here for backwards compatibility
+# Aliases below are here for backwards compatibility
# added by Shaun Tabone (https://github.com/xontab)
alias dn='dotnet new'
diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh
index 1d043da35..335eaa8d0 100644
--- a/plugins/git/git.plugin.zsh
+++ b/plugins/git/git.plugin.zsh
@@ -86,7 +86,7 @@ function work_in_progress() {
# Aliases
# (sorted alphabetically by command)
# (order should follow README)
-# (in some cases force the alisas order to match README, like for example gke and gk)
+# (in some cases force the alias order to match README, like for example gke and gk)
#
alias grt='cd "$(git rev-parse --show-toplevel || echo .)"'
diff --git a/plugins/systemadmin/README.md b/plugins/systemadmin/README.md
index 7ff21a635..7847e15e9 100644
--- a/plugins/systemadmin/README.md
+++ b/plugins/systemadmin/README.md
@@ -49,4 +49,4 @@ plugins=(... systemadmin)
| geteip | Gather information regarding an external IP address using [icanhazip.com](https://icanhazip.com) |
| getip | Determine the local IP Address with `ip addr` or `ifconfig` |
| clrz | Clear zombie processes |
-| conssec | Show number of concurrent connections per second based on ngnix/access.log file or another log file if specified |
+| conssec | Show number of concurrent connections per second based on nginx/access.log file or another log file if specified |