From: Tobias Nießen Date: Thu, 11 Mar 2021 22:04:18 +0000 (+0100) Subject: Fix option description for PKCS#12 export X-Git-Tag: openssl-3.0.0-alpha14~285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3711f4c3fbb6344eca6c69c28000ecec3b7dbf7b;p=thirdparty%2Fopenssl.git Fix option description for PKCS#12 export Refs: https://github.com/openssl/openssl/pull/4930 Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14520) --- diff --git a/apps/pkcs12.c b/apps/pkcs12.c index e3f22c30edc..c5f2981aa7e 100644 --- a/apps/pkcs12.c +++ b/apps/pkcs12.c @@ -108,7 +108,7 @@ const OPTIONS pkcs12_options[] = { {"passcerts", OPT_PASSCERTS, 's', "Certificate file pass phrase source"}, {"chain", OPT_CHAIN, '-', "Build and add certificate chain for EE cert,"}, {OPT_MORE_STR, 0, 0, - "which is the 1st cert from -in matching the privte key (if given)"}, + "which is the 1st cert from -in matching the private key (if given)"}, {"untrusted", OPT_UNTRUSTED, '<', "Untrusted certificates for chain building"}, {"CAfile", OPT_CAFILE, '<', "PEM-format file of CA's"}, {"CApath", OPT_CAPATH, '/', "PEM-format directory of CA's"},