From 7194eeed229280e97d2402a8c2e06c9552fa612f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 27 Sep 2018 09:14:36 -0400 Subject: typos: fix various typos Signed-off-by: Ben Boeckel Signed-off-by: David Howells --- keyctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyctl.c') 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; -- cgit v1.2.1