summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2018-09-27 09:14:36 -0400
committerDavid Howells <dhowells@redhat.com>2018-11-02 15:09:11 +0000
commit7194eeed229280e97d2402a8c2e06c9552fa612f (patch)
tree4ee010a38113227ef36ae5bb243f6277062389b0 /man
parent167e366b8debb559f557309c3f7def2a997cb4d2 (diff)
downloadkeyutils-7194eeed229280e97d2402a8c2e06c9552fa612f.tar.gz
typos: fix various typos
Signed-off-by: Ben Boeckel <mathstuf@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/keyctl.12
-rw-r--r--man/keyctl_instantiate.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man/keyctl.1 b/man/keyctl.1
index 0360bf0..a3d7a35 100644
--- a/man/keyctl.1
+++ b/man/keyctl.1
@@ -731,7 +731,7 @@ The shared secret is derived as outlined above and is input to the KDF
using the specified hash type. The hash type must point to a hash name
known to the kernel crypto API.
-The operation derves key material of the length specified by the caller.
+The operation derives key material of the length specified by the caller.
The operation is compliant to the specification of SP800-56A.
diff --git a/man/keyctl_instantiate.3 b/man/keyctl_instantiate.3
index 5ea3b98..d436bf2 100644
--- a/man/keyctl_instantiate.3
+++ b/man/keyctl_instantiate.3
@@ -37,7 +37,7 @@ assumes the authority for the calling thread to deal with and instantiate the
specified uninstantiated
.IR key .
.P
-The calling thread must have the appopriate authorisation key resident in one
+The calling thread must have the appropriate authorisation key resident in one
of its keyrings for this to succeed, and that authority must not have been
revoked.
.P