summaryrefslogtreecommitdiffstats
path: root/doc/internal/man7
diff options
context:
space:
mode:
authorGustaf Neumann <neumann@wu-wien.ac.at>2020-06-29 21:13:07 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-07-05 01:49:20 +0200
commit8c1cbc72105ffd493b48e65f8f5fd3657dedb28c (patch)
treeb1437e0210f80d7de45d8d33903a2f28fe1b82da /doc/internal/man7
parent3a19f1a9dd16f5855a7e2a42cd3e7f136f849bd3 (diff)
Fix typos and repeated words
CLA: trivial Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/12320)
Diffstat (limited to 'doc/internal/man7')
-rw-r--r--doc/internal/man7/DERlib.pod4
-rw-r--r--doc/internal/man7/EVP_PKEY.pod5
-rw-r--r--doc/internal/man7/build.info.pod2
3 files changed, 5 insertions, 6 deletions
diff --git a/doc/internal/man7/DERlib.pod b/doc/internal/man7/DERlib.pod
index 7b0e7225f0..2577df0caa 100644
--- a/doc/internal/man7/DERlib.pod
+++ b/doc/internal/man7/DERlib.pod
@@ -7,7 +7,7 @@ DERlib - internal OpenSSL DER library
=head1 DESCRIPTION
OpenSSL contains an internal small DER reading and writing library,
-as an alternative to the publically known i2d and d2i functions. It's
+as an alternative to the publicly known i2d and d2i functions. It's
solely constituted of functions that work as building blocks to create
more similar functions to encode and decode larger structures.
@@ -47,7 +47,7 @@ which is defined like this in ASN.1 terms:
r INTEGER,
s INTEGER }
-With the DER library, this is the correspoding code, given two OpenSSL
+With the DER library, this is the corresponding code, given two OpenSSL
B<BIGNUM>s I<r> and I<s>:
int ok = DER_w_begin_sequence(pkt, -1)
diff --git a/doc/internal/man7/EVP_PKEY.pod b/doc/internal/man7/EVP_PKEY.pod
index a37ca9eecc..00d4df57f5 100644
--- a/doc/internal/man7/EVP_PKEY.pod
+++ b/doc/internal/man7/EVP_PKEY.pod
@@ -19,12 +19,11 @@ private/public key key pairs, but has had other uses as well.
=for comment "uses" could as well be "abuses"...
-It can contain the legacy form of keys -- i.e. pointers to the low
-level key types, such as B<RSA>, B<DSA> and B<EC> --, but also the
+It can contain the legacy form of keys -- i.e. pointers to the low-level key types, such as B<RSA>, B<DSA> and B<EC> --, but also the
provided form of keys -- i.e. pointers to provider side key data.
Those two forms are mutually exclusive; an B<EVP_PKEY> instance can't
contain both a key in legacy form and in provided form. Regardless of
-form, this key is commonly refered to as the "origin".
+form, this key is commonly referred to as the "origin".
An B<EVP_PKEY> also contains a cache of provider side copies of the
key, each adapted for the provider that is going to use that copy to
diff --git a/doc/internal/man7/build.info.pod b/doc/internal/man7/build.info.pod
index 2049868fc6..5a2fdd13ed 100644
--- a/doc/internal/man7/build.info.pod
+++ b/doc/internal/man7/build.info.pod
@@ -610,7 +610,7 @@ B<SCRIPTS>.
For OpenSSL::Template documentation,
C<perldoc -o man util/perl/OpenSSL/Template.pm>
-L<Text::Temlate|https://metacpan.org/pod/Text::Template>
+L<Text::Template|https://metacpan.org/pod/Text::Template>
=head1 COPYRIGHT