summaryrefslogtreecommitdiff
path: root/keyctl.c
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 /keyctl.c
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 'keyctl.c')
-rw-r--r--keyctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyctl.c b/keyctl.c
index 0847a39..321fdb9 100644
--- a/keyctl.c
+++ b/keyctl.c
@@ -1997,7 +1997,7 @@ static int dump_key_tree_aux(key_serial_t key, int depth, int more, int hex_key_
do {
key = *pk++;
- /* recurse into nexted keyrings */
+ /* recurse into next keyrings */
if (strcmp(type, "keyring") == 0) {
if (depth == 0) {
rdepth = depth;