summaryrefslogtreecommitdiff
path: root/doc/man7/provider-mac.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/provider-mac.pod')
-rw-r--r--doc/man7/provider-mac.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/provider-mac.pod b/doc/man7/provider-mac.pod
index f11ca42d76..d0a8881eef 100644
--- a/doc/man7/provider-mac.pod
+++ b/doc/man7/provider-mac.pod
@@ -93,7 +93,7 @@ OP_mac_newctx() should create and return a pointer to a provider side
structure for holding context information during a mac operation.
A pointer to this context will be passed back in a number of the other mac
operation function calls.
-The paramater I<provctx> is the provider context generated during provider
+The parameter I<provctx> is the provider context generated during provider
initialisation (see L<provider(7)>).
OP_mac_freectx() is passed a pointer to the provider side mac context in
@@ -108,7 +108,7 @@ I<mctx> parameter and return the duplicate copy.
=head2 Encryption/Decryption Functions
OP_mac_init() initialises a mac operation given a newly created provider
-side mac context in the I<mctx> paramter.
+side mac context in the I<mctx> parameter.
OP_mac_update() is called to supply data for MAC computation of a previously
initialised mac operation.