diff options
author | Werner Koch <[email protected]> | 1999-05-19 14:12:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-05-19 14:12:26 +0000 |
commit | bfb32130e503119bb9bfd79c540466f3b06f4c51 (patch) | |
tree | a7accfba0fbbf79b413c1fc0e859e6295ab72c95 /g10/keyedit.c | |
parent | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch (diff) | |
download | gnupg-bfb32130e503119bb9bfd79c540466f3b06f4c51.tar.gz gnupg-bfb32130e503119bb9bfd79c540466f3b06f4c51.zip |
See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner Koch
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 85f3dfaf7..a8e783f36 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -474,7 +474,7 @@ change_passphrase( KBNODE keyblock ) /**************** * There are some keys out (due to a bug in gnupg), where the sequence * of the packets is wrong. This function fixes that. - * Returns: true if the keyblock has fixed. + * Returns: true if the keyblock has been fixed. */ static int fix_keyblock( KBNODE keyblock ) |