summaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/keylist.c')
-rw-r--r--g10/keylist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index c6bfbcf52..cfa90b612 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -1444,8 +1444,8 @@ list_keyblock_colon (ctrl_t ctrl, kbnode_t keyblock,
if (rc)
log_error ("error computing a keygrip: %s\n", gpg_strerror (rc));
/* In the error case we print an empty string so that we have a
- * "grp" record for each and subkey - even if it is empty. This
- * may help to prevent sync problems. */
+ * "grp" record for each primary and subkey - even if it is
+ * empty. This may help to prevent sync problems. */
hexgrip = hexgrip_buffer? hexgrip_buffer : "";
}
stubkey = 0;