diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
commit | 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 (patch) | |
tree | d53dd780b6169d9cc09d7ab91e99e28cb8e96084 /src/verify.c | |
parent | docs: python bindings (diff) | |
download | gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.tar.gz gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.zip |
spelling: fix misspellings
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src/verify.c')
-rw-r--r-- | src/verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.c b/src/verify.c index 26b205aa..bd35346f 100644 --- a/src/verify.c +++ b/src/verify.c @@ -1024,7 +1024,7 @@ _gpgme_verify_status_handler (void *priv, gpgme_status_code_t code, char *args) * a GPGME user can do a keylisting with the address * normalisation. * So when a duplicated TOFU_USER line is encountered - * we ignore the conflicting tofu stats emited afterwards. + * we ignore the conflicting tofu stats emitted afterwards. */ if (gpg_err_code (err) == GPG_ERR_DUP_VALUE) { |