summaryrefslogtreecommitdiff
path: root/keyctl.c
diff options
context:
space:
mode:
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;