summaryrefslogtreecommitdiffstats
path: root/doc/apps/enc.pod
diff options
context:
space:
mode:
authorAlok Menghrajani <alok@squareup.com>2015-04-13 09:29:52 -0700
committerRich Salz <rsalz@openssl.org>2015-05-03 08:51:43 -0400
commit4c583c36596cd86feebd983b0313733fe9870500 (patch)
tree16a2a77a8c3b319b9f3d64bb70a5200135fe0a2e /doc/apps/enc.pod
parent186bb90705f848806783de512b3df6872552b304 (diff)
Fixes some typos in doc/apps/
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/apps/enc.pod')
-rw-r--r--doc/apps/enc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index 41791ad671..8f4ef999b4 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -170,7 +170,7 @@ configuration file is read and any ENGINEs loaded.
Engines which provide entirely new encryption algorithms (such as ccgost
engine which provides gost89 algorithm) should be configured in the
configuration file. Engines, specified in the command line using -engine
-options can only be used for hadrware-assisted implementations of
+options can only be used for hardware-assisted implementations of
ciphers, which are supported by OpenSSL core or other engine, specified
in the configuration file.
@@ -212,7 +212,7 @@ Note that some of these ciphers can be disabled at compile time
and some are available only if an appropriate engine is configured
in the configuration file. The output of the B<enc> command run with
unsupported options (for example B<openssl enc -help>) includes a
-list of ciphers, supported by your versesion of OpenSSL, including
+list of ciphers, supported by your version of OpenSSL, including
ones provided by configured engines.
The B<enc> program does not support authenticated encryption modes