aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-11 00:00:55 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-04-11 19:21:05 -0400
commit0551a8847d9b8a9daf0e2424ba6667de73c8c436 (patch)
treea1fea9310b8fbc477b32e23aedd75418061024bc
parentccc0cb9b6f02de0631435f3ade966e82a32c468f (diff)
downloadmeson-0551a8847d9b8a9daf0e2424ba6667de73c8c436.zip
meson-0551a8847d9b8a9daf0e2424ba6667de73c8c436.tar.gz
meson-0551a8847d9b8a9daf0e2424ba6667de73c8c436.tar.bz2
zsh: fix help / descriptions
* --load-average * --gdb-path * description for install Found by https://www.check-spelling.dev/ Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
-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 18b7b62..bd71a31 100644
--- a/data/shell-completions/zsh/_meson
+++ b/data/shell-completions/zsh/_meson
@@ -74,7 +74,7 @@ local -a meson_commands=(
'configure:configure a project'
'dist:generate release archive'
'init:create a new project'
-'install:install one more more targets'
+'install:install one or more targets'
'introspect:query project properties'
'setup:set up a build directory'
'test:run tests'
@@ -180,7 +180,7 @@ local -a meson_commands=(
'--repeat[number of times to run the tests]:number of times to repeat: '
'--no-rebuild[do not rebuild before running tests]'
'--gdb[run tests under gdb]'
- '--gdb-path=[program to run for gdb (can be wrapper or compaitble program)]:program:_path_commands'
+ '--gdb-path=[program to run for gdb (can be wrapper or compatible program)]:program:_path_commands'
'--list[list available tests]'
'(--wrapper --wrap)'{'--wrapper=','--wrap='}'[wrapper to run tests with]:wrapper program:_path_commands'
"$__meson_cd"
@@ -391,7 +391,7 @@ _arguments \
"$__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"'
- '(-l --load-averate)'{'-l','--load-average'}'=[the system load average to try to maintain (if supported)]:_guard "[0-9]#" "load average"'
+ '(-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)]'
'--vs-args=[Arguments to pass to vs (only when using msbuild)]'