summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2019-04-10 12:00:20 +0200
committerJakub Wilk <jwilk@jwilk.net>2019-04-10 12:00:20 +0200
commitee215c7eea91f193d4765127eb31332758753058 (patch)
tree2d64e2378e4a3c762008db2f57b31c7ca92d1379 /apps/include
parentdcb982d792d6064ed3493e79749208d8c257ff04 (diff)
downloadopenssl-new-ee215c7eea91f193d4765127eb31332758753058.tar.gz
Fix typos
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8714)
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/fmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/include/fmt.h b/apps/include/fmt.h
index 538a20a5cb..e3da9a44cd 100644
--- a/apps/include/fmt.h
+++ b/apps/include/fmt.h
@@ -32,8 +32,8 @@
# define FORMAT_PKCS12 6
# define FORMAT_SMIME (7 | B_FORMAT_TEXT)
# define FORMAT_ENGINE 8 /* Not really a file format */
-# define FORMAT_PEMRSA (9 | B_FORMAT_TEXT) /* PEM RSAPubicKey format */
-# define FORMAT_ASN1RSA 10 /* DER RSAPubicKey format */
+# define FORMAT_PEMRSA (9 | B_FORMAT_TEXT) /* PEM RSAPublicKey format */
+# define FORMAT_ASN1RSA 10 /* DER RSAPublicKey format */
# define FORMAT_MSBLOB 11 /* MS Key blob format */
# define FORMAT_PVK 12 /* MS PVK file format */
# define FORMAT_HTTP 13 /* Download using HTTP */