summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-04 13:54:40 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-09 16:25:45 +1000
commit3e6a0d57389d7e5e45b06753692873e40dd125e9 (patch)
tree09b840d01e3e223627a0cf59a15a2672f721d7c9 /doc/man7
parent889ad4ef8181093d5c088d5518c7b353ddb48455 (diff)
Reword repeated words.
A trivial PR to remove some commonly repeated words. It looks like this is not the first PR to do this. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14420)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/provider-kem.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-kem.pod b/doc/man7/provider-kem.pod
index d4467dbd79..4a094bd2c9 100644
--- a/doc/man7/provider-kem.pod
+++ b/doc/man7/provider-kem.pod
@@ -128,7 +128,7 @@ OSSL_FUNC_kem_encapsulate() performs the actual encapsulation itself.
A previously initialised asymmetric kem context is passed in the I<ctx>
parameter.
Unless I<out> is NULL, the data to be encapsulated is internally generated,
-and returned into the the buffer pointed to by the I<secret> parameter and the
+and returned into the buffer pointed to by the I<secret> parameter and the
encapsulated data should also be written to the location pointed to by the
I<out> parameter. The length of the encapsulated data should be written to
I<*outlen> and the length of the generated secret should be written to