From 2b201ce9417cc6e617b7ca2db0a99cc87bbc343b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 2 Nov 2018 10:11:55 +0100 Subject: [PATCH] doc/man7/EVP_MAC_*.pod: incorrect english corrected Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/7552) --- doc/man7/EVP_MAC_CMAC.pod | 2 +- doc/man7/EVP_MAC_HMAC.pod | 2 +- doc/man7/EVP_MAC_SIPHASH.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man7/EVP_MAC_CMAC.pod b/doc/man7/EVP_MAC_CMAC.pod index bb374729be..12c18a8598 100644 --- a/doc/man7/EVP_MAC_CMAC.pod +++ b/doc/man7/EVP_MAC_CMAC.pod @@ -22,7 +22,7 @@ The supported controls are: =item B -EVP_MAC_ctrl_str() takes to type string for this control: +EVP_MAC_ctrl_str() takes two type strings for this control: =over 4 diff --git a/doc/man7/EVP_MAC_HMAC.pod b/doc/man7/EVP_MAC_HMAC.pod index 8276ff3f5b..3e6f2522ee 100644 --- a/doc/man7/EVP_MAC_HMAC.pod +++ b/doc/man7/EVP_MAC_HMAC.pod @@ -22,7 +22,7 @@ The supported controls are: =item B -EVP_MAC_ctrl_str() takes to type string for this control: +EVP_MAC_ctrl_str() takes two type strings for this control: =over 4 diff --git a/doc/man7/EVP_MAC_SIPHASH.pod b/doc/man7/EVP_MAC_SIPHASH.pod index 841cd7d6a8..0d1349fd47 100644 --- a/doc/man7/EVP_MAC_SIPHASH.pod +++ b/doc/man7/EVP_MAC_SIPHASH.pod @@ -28,7 +28,7 @@ The value string is expected to contain a decimal number. =item B -EVP_MAC_ctrl_str() takes to type string for this control: +EVP_MAC_ctrl_str() takes two type strings for this control: =over 4 -- 2.25.1