diff options
author | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:12 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:12 +0000 |
commit | 57205c1dfafdf86eebef8a3a358cf3bd6a297d88 (patch) | |
tree | 5d1ca41a889c46a73d88a6797a30c14a0c225892 /src/sign.c | |
parent | python,examples: Add missing word "License" (diff) | |
download | gpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.tar.gz gpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.zip |
doc: Fix typos in documentation and source code comments
--
Anonymous contribution
Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to 'src/sign.c')
-rw-r--r-- | src/sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ gpgme_op_sign_result (gpgme_ctx_t ctx) if (gpgme_signers_count (ctx) && signatures + inv_signers != gpgme_signers_count (ctx)) { - /* In this case at least one signatures was not created perhaps + /* In this case at least one signature was not created perhaps due to a bad passphrase etc. Thus the entire message is broken and should not be used. We add the already created signatures to the invalid signers list and thus this case can |