From b37efb11bea7215ff2d9b733fea39bad8b2cf90e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 15 Jan 2024 08:30:01 +0100 Subject: [PATCH] doc: Fix minor typo. -- Reported-by: Ming Kuang --- doc/gpgme.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 32bca164..f5104f20 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2601,7 +2601,7 @@ addresses is not supported. The function @code{gpgme_set_sender} specifies the sender address for use in sign and verify operations. @var{address} is expected to be -the ``addr-spec'' part of an address but my also be a complete mailbox +the ``addr-spec'' part of an address but may also be a complete mailbox address, in which case this function extracts the ``addr-spec'' from it. Using @code{NULL} for @var{address} clears the sender address.