summaryrefslogtreecommitdiffstats
path: root/doc/apps/ec.pod
diff options
context:
space:
mode:
authorScott Schaefer <saschaefer@neurodiverse.org>2013-12-23 19:28:30 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-02-14 22:35:15 +0000
commit0413ea5801e21bed6bf498af03034275adf7e8c9 (patch)
tree3ab0294c17146f429f68cf70074cc4a08d064a51 /doc/apps/ec.pod
parent2f6fba6772fd77fa289ba3392427c8858a788130 (diff)
Fix various spelling errors
(cherry picked from commit 2b4ffc659eabec29f76821f0ac624a2b8c19e4c7)
Diffstat (limited to 'doc/apps/ec.pod')
-rw-r--r--doc/apps/ec.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/ec.pod b/doc/apps/ec.pod
index ba6dc4689b..5c7b45d4e7 100644
--- a/doc/apps/ec.pod
+++ b/doc/apps/ec.pod
@@ -41,7 +41,7 @@ PKCS#8 private key format use the B<pkcs8> command.
This specifies the input format. The B<DER> option with a private key uses
an ASN.1 DER encoded SEC1 private key. When used with a public key it
-uses the SubjectPublicKeyInfo structur as specified in RFC 3280.
+uses the SubjectPublicKeyInfo structure as specified in RFC 3280.
The B<PEM> form is the default format: it consists of the B<DER> format base64
encoded with additional header and footer lines. In the case of a private key
PKCS#8 format is also accepted.