diff options
author | Werner Koch <[email protected]> | 2024-01-15 07:30:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-15 07:30:01 +0000 |
commit | b37efb11bea7215ff2d9b733fea39bad8b2cf90e (patch) | |
tree | d15888a83154119e556b88c720e6bb9ac2c4aaaa | |
parent | cpp,tests: Launch dirmngr with gpg-conf (diff) | |
download | gpgme-b37efb11bea7215ff2d9b733fea39bad8b2cf90e.tar.gz gpgme-b37efb11bea7215ff2d9b733fea39bad8b2cf90e.zip |
doc: Fix minor typo.
--
Reported-by: Ming Kuang
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |