diff options
author | Werner Koch <[email protected]> | 2016-11-17 09:46:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-17 14:29:35 +0000 |
commit | 5210ff70bc79673d14f346297798d8d7bafc8215 (patch) | |
tree | a73dd0b607c23a772c71254ea5ec95c046e7e2c3 /g10/keyedit.c | |
parent | gpgscm: Re-enable the garbage collector in case of errors. (diff) | |
download | gnupg-5210ff70bc79673d14f346297798d8d7bafc8215.tar.gz gnupg-5210ff70bc79673d14f346297798d8d7bafc8215.zip |
doc: Typo fixes.
--
Reported-by: Nathan Musoke <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/keyedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index 171afb7d7..795be052d 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -2953,7 +2953,7 @@ keyedit_quick_adduid (ctrl_t ctrl, const char *username, const char *newuid) keydb_release (kdbhd); } -/* Unattended revokation of a keyid. USERNAME specifies the +/* Unattended revocation of a keyid. USERNAME specifies the key. UIDTOREV is the user id revoke from the key. */ void keyedit_quick_revuid (ctrl_t ctrl, const char *username, const char *uidtorev) |