aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2017-12-08 04:59:11 +0000
committerAndre Heinecke <[email protected]>2017-12-08 04:59:11 +0000
commit7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06 (patch)
treeeec53d15eec31d2dffa85058c91ee44827f7932c /lang/qt
parentcpp: Fix handling of lsig promotion (diff)
downloadgpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.tar.gz
gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.zip
Spelling fixes for comments and doc
-- Patch provided by ka7 in dev.gnupg.org Differential D423
Diffstat (limited to '')
-rw-r--r--lang/qt/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/README b/lang/qt/README
index 6360a5be..4621d28c 100644
--- a/lang/qt/README
+++ b/lang/qt/README
@@ -38,7 +38,7 @@ with QObject::deleteLater so they can be started without
result handlers.
The result signal provides a tuple of objects with the
-appropiate result information for this job. For historic
+appropriate result information for this job. For historic
reasons each result signal also includes an AuditLog
and an AuditLog Error. These are only useful for
S/MIME signature validation but are part of other jobs
@@ -72,7 +72,7 @@ Async usage:
job->start(keys, inptr, outptr, Context::AlwaysTrust);
/* Do not delete the job as it is autodeleted. */
-Syncronus usage:
+Synchronous usage:
/* Create a job */
KeyListJob *listjob = openpgp()->keyListJob(false, false, false);