diff options
author | Antonin Décimo <antonin.decimo@gmail.com> | 2021-01-12 22:15:42 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-01-13 12:53:10 -0500 |
commit | 39ede12aa5b27376341df85bc9ec254913f044bd (patch) | |
tree | d079bfefe3a9010dd7d7a57dfe207d9b6532b8e8 /data | |
parent | ccb15bc0e988f4e90b67606eaad9443c7ccac918 (diff) | |
download | meson-39ede12aa5b27376341df85bc9ec254913f044bd.zip meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.gz meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.bz2 |
Fix misspells
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/shell-completions/zsh/_meson | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson index f8946de..cd9357b 100644 --- a/data/shell-completions/zsh/_meson +++ b/data/shell-completions/zsh/_meson @@ -243,8 +243,8 @@ _arguments \ "$__meson_cd" '(-n --name)'{'-n','--name'}'=[the name of the project (defaults to directory name)]' '(-e --executable)'{'-e','--executable'}'=[the name of the executable target to create (defaults to project name)]' - '(-d --deps)'{'-d','--deps'}'=[comma seperated list of dependencies]' - '(-l --language)'{'-l','--language'}'=[comma seperated list of languages (autodetected based on sources if unset)]:languages:_values , (c cpp cs cuda d fortran java objc objcpp rust)' + '(-d --deps)'{'-d','--deps'}'=[comma separated list of dependencies]' + '(-l --language)'{'-l','--language'}'=[comma separated list of languages (autodetected based on sources if unset)]:languages:_values , (c cpp cs cuda d fortran java objc objcpp rust)' '(-b --build)'{'-b','--build'}'[build the project immediately after generation]' '--builddir=[directory for building]:directory:_directories' '(-f --force)'{'-f','--force'}'[overwrite any existing files and directories]' @@ -301,7 +301,7 @@ _arguments \ (( $+functions[_meson-dist] )) || _meson-dist() { local curcontext="$curcontext" local -a specs=( - '--formats=[comma seperated list of archive types to create]:archive formats:_values -s , format '"$__meson_dist_formats" + '--formats=[comma separated list of archive types to create]:archive formats:_values -s , format '"$__meson_dist_formats" '--include-subprojects[Include source code of subprojects that have been used for the build]' '--no-tests[Do not build and test generated packages]' "$__meson_cd" |