diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
commit | 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 (patch) | |
tree | d53dd780b6169d9cc09d7ab91e99e28cb8e96084 /lang/qt/README | |
parent | docs: python bindings (diff) | |
download | gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.tar.gz gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.zip |
spelling: fix misspellings
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/qt/README')
-rw-r--r-- | lang/qt/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/qt/README b/lang/qt/README index 4621d28c..450fb032 100644 --- a/lang/qt/README +++ b/lang/qt/README @@ -3,7 +3,7 @@ Qt API bindings/wrapper for GPGME Based on KF5gpgmepp QGpgME and libkleo/backends/qgpgme Please note that QGpgME has a different license (GPL only) -then GPGME itself. See the License secion in this +then GPGME itself. See the License section in this document for more information. Overview @@ -47,14 +47,14 @@ for API stability reasons. Some jobs like the verification or decryption jobs have dedicated result classes. Each result class at least has the member function error() that can be used -to check if a job failed. Additionally errors are emited +to check if a job failed. Additionally errors are emitted in the result signal. Jobs also provide progress signal whenever GnuPG emits a progress status line. Most jobs also provide a way synchronusly execute them. -Please not that synchronus use does not cause the autodeletion +Please not that synchronous use does not cause the autodeletion to take place so you have to manually delete them. Async usage: |