summaryrefslogtreecommitdiffstats
path: root/doc/man3/HMAC.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/HMAC.pod')
-rw-r--r--doc/man3/HMAC.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/HMAC.pod b/doc/man3/HMAC.pod
index cc0d470907..97089c7389 100644
--- a/doc/man3/HMAC.pod
+++ b/doc/man3/HMAC.pod
@@ -69,7 +69,7 @@ EVP_shake256().
HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
-HMAC_CTX_reset() zeroes an existing B<HMAC_CTX> and associated
+HMAC_CTX_reset() zeros an existing B<HMAC_CTX> and associated
resources, making it suitable for new computations as if it was newly
created with HMAC_CTX_new().