diff options
author | Werner Koch <[email protected]> | 1998-04-02 10:30:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-02 10:30:03 +0000 |
commit | 303b1084d51dd1f9d3e614497f180a66744f5185 (patch) | |
tree | 3e482ba03967ff3f324184e19ecc91016ce4b939 /g10/import.c | |
parent | some cleanups (diff) | |
download | gnupg-303b1084d51dd1f9d3e614497f180a66744f5185.tar.gz gnupg-303b1084d51dd1f9d3e614497f180a66744f5185.zip |
release 0.2.14
Diffstat (limited to '')
-rw-r--r-- | g10/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index 3d5cd2a17..8e4a54710 100644 --- a/g10/import.c +++ b/g10/import.c @@ -580,7 +580,7 @@ delete_inv_parts( const char *fname, KBNODE keyblock, u32 *keyid ) * * o compare the signatures: If we already have this signature, check * that they compare okay; if not, issue a warning and ask the user. - * FIXME: add the check, that we don` have duplicate signatures and the + * FIXME: add the check, that we don't have duplicate signatures and the * warning in cases that the old/new signatures don't match. * o Simply add the signature. Can't verify here because we may not have * the signatures public key yet; verification is done when putting it |