diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-11-15 10:53:35 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-11-15 11:02:56 +0000 |
commit | ff3b72e2a3b5bf0e6037ee495f8ba6b28727a872 (patch) | |
tree | deb75c49d51b665e1a2dd318cd01a663bd98b789 | |
parent | core: Implement context flag "override-session-key". (diff) | |
download | gpgme-ff3b72e2a3b5bf0e6037ee495f8ba6b28727a872.tar.gz gpgme-ff3b72e2a3b5bf0e6037ee495f8ba6b28727a872.zip |
doc: Fix typos.
--
-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 eb06c20a..fd396e02 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2315,7 +2315,7 @@ structures such as @code{gpgme_decrypt_result_t}. The corresponding retrieval functions such as @code{gpgme_op_decrypt_result} provide static access to the results after an operation completes. Those structures shall be considered read-only and an application must not -allocated such a strucure on its own. The following interfaces make +allocate such a structure on its own. The following interfaces make it possible to detach a result structure from its associated context and give it a lifetime beyond that of the current operation or context. |