summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJoey Pabalinas <joeypabalinas@gmail.com>2024-07-20 04:34:38 -1000
committerEli Schwartz <eschwartz93@gmail.com>2024-07-21 17:38:28 -0400
commit7f5262b483f84c2430f67d48b54e8702ba4b1e27 (patch)
tree5ae7eed0101fa0f9c2af9530e725be3fa9218b83 /data
parent9a6adc1e36f594e0970080ba091e971f44f774b4 (diff)
downloadmeson-7f5262b483f84c2430f67d48b54e8702ba4b1e27.tar.gz
zsh: Fix spelling errors
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
Diffstat (limited to 'data')
-rw-r--r--data/shell-completions/zsh/_meson6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson
index 6c7810c8c..949f97830 100644
--- a/data/shell-completions/zsh/_meson
+++ b/data/shell-completions/zsh/_meson
@@ -370,7 +370,7 @@ _arguments \
)
if (( CURRENT == 2 )); then
- _describe -t commands "Meson subproject subcommands" commands
+ _describe -t commands "Meson subprojects subcommands" commands
else
local curcontext="$curcontext"
cmd="${${commands[(r)$words[2]:*]%%:*}}"
@@ -381,7 +381,7 @@ _arguments \
_meson-subprojects-$cmd
fi
else
- _message "unknown meson subproject command: $words[2]"
+ _message "unknown meson subprojects command: $words[2]"
fi
fi
@@ -392,7 +392,7 @@ _arguments \
local -a specs=(
"$__meson_cd"
'--clean[Clean the build directory]'
- '(-j --jobs)'{'-j','--jobs'}'=[the number fo work jobs to run (if supported)]:_guard "[0-9]#" "number of jobs"'
+ '(-j --jobs)'{'-j','--jobs'}'=[the number of work jobs to run (if supported)]:_guard "[0-9]#" "number of jobs"'
'(-l --load-average)'{'-l','--load-average'}'=[the system load average to try to maintain (if supported)]:_guard "[0-9]#" "load average"'
'(-v --verbose)'{'-v','--verbose'}'[Show more output]'
'--ninja-args=[Arguments to pass to ninja (only when using ninja)]'