aboutsummaryrefslogtreecommitdiffstats
path: root/src/_virtualbox
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2024-12-22 08:12:06 +0100
committerJörg Thalheim <joerg@thalheim.io>2024-12-22 08:12:06 +0100
commit59184db64a4a3cdcf6a16466bf5ad35c50ee0241 (patch)
tree9e81b90c1c4212366fb4bd046c00bbe5bb01e9f8 /src/_virtualbox
parentMerge pull request #1107 from zsh-users/update-node (diff)
downloadzsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.gz
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.bz2
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.lz
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.xz
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.zst
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.zip
fix typos
Diffstat (limited to 'src/_virtualbox')
-rw-r--r--src/_virtualbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_virtualbox b/src/_virtualbox
index 655b159..369abe9 100644
--- a/src/_virtualbox
+++ b/src/_virtualbox
@@ -73,7 +73,7 @@ _vboxmanage() {
'--ostype=[Specifies the guest OS to run in the VM]: :_vboxostypes' \
'--register[Registers the VM with your Oracle VM VirtualBox installation]' \
'--uuid=[Specifies the Universally Unique Identifier(UUID) of the VM]:uuid' \
- '--ciper=[Specifies the cipher to use for encryption]: :(AES-128 AES-256)' \
+ '--cipher=[Specifies the cipher to use for encryption]: :(AES-128 AES-256)' \
'--password-id=[Specifies a new password identifier]:password_id' \
'--password=[Use the --password to supply the encryption password of the VM]: :_files' \
&& ret=0
@@ -287,7 +287,7 @@ _vboxmanage() {
;;
(setproperty)
_arguments \
- '1: :(autostartdbpath defaultfrontend hwvirtexclusive launguage logginglevel loghistorycount machinefolder proxymode proxyurl vrdeauthlibrary vrdeextpack websrvauthlibrary)' \
+ '1: :(autostartdbpath defaultfrontend hwvirtexclusive language logginglevel loghistorycount machinefolder proxymode proxyurl vrdeauthlibrary vrdeextpack websrvauthlibrary)' \
'2:value:_vboxmanage_setproperty_value' \
&& ret=0
;;