diff options
author | Ingo Klöcker <[email protected]> | 2023-10-05 13:12:29 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-10-05 13:12:29 +0000 |
commit | 0132a1089f1e9cdbeb45a6dafb754be9d4774f83 (patch) | |
tree | efe763ae9a2268f4e717a8bac438baaec0b90236 | |
parent | core: Add key capability flags has_encrypt etc. (diff) | |
download | gpgme-0132a1089f1e9cdbeb45a6dafb754be9d4774f83.tar.gz gpgme-0132a1089f1e9cdbeb45a6dafb754be9d4774f83.zip |
doc: Fix typo
--
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 8c6420e6..260c057b 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3493,8 +3493,8 @@ Note that this flag is set even if the key is expired. @item unsigned int has_certify : 1 @since{1.23.0} -This is true if the key or one of its subkeys is capable of signing. -Note that this flag is set even if the key is expired. +This is true if the key or one of its subkeys is capable of +certification. Note that this flag is set even if the key is expired. @item unsigned int has_authenticate : 1 @since{1.23.0} |