Fix typos in apps/enc.c
authorKurt Cancemi <kurt@x64architecture.com>
Tue, 17 May 2016 05:47:28 +0000 (01:47 -0400)
committerMatt Caswell <matt@openssl.org>
Tue, 17 May 2016 13:38:28 +0000 (14:38 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/enc.c

index 0286191bbccca2ac13e009dcba7b366ba9edec3a..b8800215fb3e3e6e2094ef72492c7d6176738d7a 100644 (file)
@@ -108,11 +108,11 @@ OPTIONS enc_options[] = {
      "Used with -[base64|a] to specify base64 buffer as a single line"},
     {"bufsize", OPT_BUFSIZE, 's', "Buffer size"},
     {"k", OPT_K, 's', "Passphrase"},
-    {"kfile", OPT_KFILE, '<', "Fead passphrase from file"},
+    {"kfile", OPT_KFILE, '<', "Read passphrase from file"},
     {"K", OPT_UPPER_K, 's', "Raw key, in hex"},
     {"S", OPT_UPPER_S, 's', "Salt, in hex"},
     {"iv", OPT_IV, 's', "IV in hex"},
-    {"md", OPT_MD, 's', "Use specified digest to create key from passphrase"},
+    {"md", OPT_MD, 's', "Use specified digest to create a key from the passphrase"},
     {"none", OPT_NONE, '-', "Don't encrypt"},
     {"", OPT_CIPHER, '-', "Any supported cipher"},
 #ifdef ZLIB