aboutsummaryrefslogtreecommitdiffstats
path: root/src/_openssl
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2023-01-04 22:50:35 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2023-01-04 22:50:35 +0200
commit1d492c7151106a298f5c188369e04c3dce2b1366 (patch)
treeaa4c5c405cf68a4ac14135960aa17ca9b0278a0d /src/_openssl
parentMerge pull request #975 from zsh-users/fix-typo-in-node (diff)
downloadzsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.gz
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.bz2
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.lz
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.xz
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.zst
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.zip
Fix typos
Diffstat (limited to 'src/_openssl')
-rw-r--r--src/_openssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_openssl b/src/_openssl
index ce33e67..9e93be0 100644
--- a/src/_openssl
+++ b/src/_openssl
@@ -93,7 +93,7 @@ _openssl_asn1parse() {
_openssl_ca() {
# written for openssl 1.0.1k
_arguments -C \
- '-verbose[talk alot while doing things]' \
+ '-verbose[talk a lot while doing things]' \
'-config[a config file]:file:_files' \
'-name[the particular CA definition to use]:section: ' \
'-gencrl[generate a new CRL]' \