From 8c1cbc72105ffd493b48e65f8f5fd3657dedb28c Mon Sep 17 00:00:00 2001 From: Gustaf Neumann Date: Mon, 29 Jun 2020 21:13:07 +0200 Subject: Fix typos and repeated words CLA: trivial Reviewed-by: Shane Lontis Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/12320) --- doc/man3/OSSL_PARAM_int.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man3/OSSL_PARAM_int.pod') diff --git a/doc/man3/OSSL_PARAM_int.pod b/doc/man3/OSSL_PARAM_int.pod index 7aa6b9377f..6712a07327 100644 --- a/doc/man3/OSSL_PARAM_int.pod +++ b/doc/man3/OSSL_PARAM_int.pod @@ -187,12 +187,12 @@ OSSL_PARAM_construct_octet_string() is a function that constructs an OCTET string OSSL_PARAM structure. A parameter with name B, storage B and size B is created. -OSSL_PARAM_construct_utf8_ptr() is a function that constructes a UTF string +OSSL_PARAM_construct_utf8_ptr() is a function that constructs a UTF string pointer OSSL_PARAM structure. A parameter with name B, storage pointer B<*buf> and size B is created. -OSSL_PARAM_construct_octet_ptr() is a function that constructes an OCTET string +OSSL_PARAM_construct_octet_ptr() is a function that constructs an OCTET string pointer OSSL_PARAM structure. A parameter with name B, storage pointer B<*buf> and size B is created. -- cgit v1.2.3