summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-05-10 12:10:57 +0200
committerTomas Mraz <tomas@openssl.org>2023-05-12 10:26:49 +0200
commit9a271795f84eb5402ce1ecfbcfd21392ad1560d0 (patch)
tree63e694a5ebcc51ab0590e742ce897668f9490366 /doc/man7
parent25bab273ccc9b517cc4c1783950e3f95421cb570 (diff)
Fix typos found by codespell
Fix only typos in doc/man* for inclusion in 3.* branches. Other typos have been fixed in a different commit. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20924)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/provider-base.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-base.pod b/doc/man7/provider-base.pod
index 9f50771b38..c015b54967 100644
--- a/doc/man7/provider-base.pod
+++ b/doc/man7/provider-base.pod
@@ -310,7 +310,7 @@ get_nonce() retrieves a nonce using the passed I<salt> parameter
of length I<salt_len> and operating system specific information.
The I<salt> should contain uniquely identifying information and this is
included, in an unspecified manner, as part of the output.
-The output is stored in a buffer which contrains at least I<min_len> and at
+The output is stored in a buffer which contains at least I<min_len> and at
most I<max_len> bytes. The buffer address is stored in I<*pout> and the
buffer length returned to the caller. On error, zero is returned.