summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-17 11:38:01 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-18 13:02:41 +0200
commit78c44e4f819721eb80ad95fddc360a34f9e93118 (patch)
treed91e3ba9bedcb72d134c9e66311ab7f2aea93b3a /apps
parent4a14ae9dc885076028cc4ec69af07b9d99fe9044 (diff)
DOC: Fix nits found by improved find-doc-nits -c
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15298)
Diffstat (limited to 'apps')
-rw-r--r--apps/list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/list.c b/apps/list.c
index bf7c9b1049..37e363ebd1 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -1470,7 +1470,7 @@ const OPTIONS list_options[] = {
{"kdf-algorithms", OPT_KDF_ALGORITHMS, '-',
"List of key derivation and pseudo random function algorithms"},
{"random-instances", OPT_RANDOM_INSTANCES, '-',
- "List the primary, pubic and private random number generator details"},
+ "List the primary, public and private random number generator details"},
{"random-generators", OPT_RANDOM_GENERATORS, '-',
"List of random number generators"},
{"mac-algorithms", OPT_MAC_ALGORITHMS, '-',
@@ -1490,7 +1490,7 @@ const OPTIONS list_options[] = {
"List of key encapsulation mechanism algorithms" },
{"signature-algorithms", OPT_SIGNATURE_ALGORITHMS, '-',
"List of signature algorithms" },
- { "asymcipher-algorithms", OPT_ASYM_CIPHER_ALGORITHMS, '-',
+ {"asymcipher-algorithms", OPT_ASYM_CIPHER_ALGORITHMS, '-',
"List of asymmetric cipher algorithms" },
{"public-key-algorithms", OPT_PK_ALGORITHMS, '-',
"List of public key algorithms"},