diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2021-12-01 06:20:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 12:20:31 +0100 |
commit | 0e41181d547e2f89ffc503a7afc8b0f3991dd1a8 (patch) | |
tree | efb25d5bca1351819a0bc0993df442bb1c49d4f8 /plugins/docker-machine/_docker-machine | |
parent | 1c1d74c5ec49e5ab7e2d664e557c61745d1995e6 (diff) | |
download | zsh-0e41181d547e2f89ffc503a7afc8b0f3991dd1a8.tar.gz zsh-0e41181d547e2f89ffc503a7afc8b0f3991dd1a8.tar.bz2 zsh-0e41181d547e2f89ffc503a7afc8b0f3991dd1a8.zip |
chore: fix spelling errors across the project (#10459)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'plugins/docker-machine/_docker-machine')
-rw-r--r-- | plugins/docker-machine/_docker-machine | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/docker-machine/_docker-machine b/plugins/docker-machine/_docker-machine index 7c19ba8e7..fbd36d7c6 100644 --- a/plugins/docker-machine/_docker-machine +++ b/plugins/docker-machine/_docker-machine @@ -90,7 +90,7 @@ __docker-machine_filters() { } __get_swarm_discovery() { - declare -a masters serivces + declare -a masters services local service services=() masters=($(docker-machine ls -f {{.Swarm}} |grep '(master)' |awk '{print $1}')) @@ -169,7 +169,7 @@ __get_create_argument() { __docker-machine_subcommand() { local -a opts_help opts_help=("(- :)--help[Print usage]") - local -a opts_only_host opts_driver opts_storage_driver opts_stragery + local -a opts_only_host opts_driver opts_storage_driver opts_state opts_only_host=( "$opts_help" "*:host:__docker-machine_hosts_all" @@ -330,7 +330,7 @@ _docker-machine() { _arguments -C \ "(- :)"{-h,--help}"[Show help]" \ "(-D --debug)"{-D,--debug}"[Enable debug mode]" \ - '(-s --stroage-path)'{-s,--storage-path}'[Configures storage path]:file:_files' \ + '(-s --storage-path)'{-s,--storage-path}'[Configures storage path]:file:_files' \ '--tls-ca-cert[CA to verify remotes against]:file:_files' \ '--tls-ca-key[Private key to generate certificates]:file:_files' \ '--tls-client-cert[Client cert to use for TLS]:file:_files' \ |