From 57205c1dfafdf86eebef8a3a358cf3bd6a297d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 13 Oct 2023 09:18:12 +0200 Subject: doc: Fix typos in documentation and source code comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -- Anonymous contribution Signed-off-by: Ingo Klöcker --- src/sign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sign.c') diff --git a/src/sign.c b/src/sign.c index 7198d934..51f581ca 100644 --- a/src/sign.c +++ b/src/sign.c @@ -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 -- cgit v1.2.3