mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc: Typo fixes in code comments
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
5da6925a33
commit
9bc9d0818b
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue