aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/protocol.h
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2016-09-22 22:43:48 +0000
committerAndre Heinecke <[email protected]>2016-09-23 14:09:27 +0000
commit95f38652f696476b38a040644eac40b4511d2b32 (patch)
tree67a992d8968b89f2820148f7a772b15a878d2f67 /lang/qt/src/protocol.h
parentmove some file encodings to UTF-8 (diff)
downloadgpgme-95f38652f696476b38a040644eac40b4511d2b32.tar.gz
gpgme-95f38652f696476b38a040644eac40b4511d2b32.zip
Fix spelling
* lang/cpp/src/context.h, lang/qt/src/protocol.h, lang/qt/src/wkspublishjob.h, src/data-identify.c, src/engine-gpg.c: minor spelling cleanup. -- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to '')
-rw-r--r--lang/qt/src/protocol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/qt/src/protocol.h b/lang/qt/src/protocol.h
index 40ddcb53..15d83e02 100644
--- a/lang/qt/src/protocol.h
+++ b/lang/qt/src/protocol.h
@@ -76,7 +76,7 @@ class TofuPolicyJob;
* two are always a QString for the auditlog and an GpgME::Error for
* an eventual error.
*
- * In case async API is used and the result signal is emited a
+ * In case async API is used and the result signal is emitted a
* job schedules its own deletion.
*
* Most jobs also provide a synchronous call exec in which case
@@ -161,14 +161,14 @@ public:
/** Obtain a reference to the OpenPGP Protocol.
*
* The reference is to a static object.
- * @returns Refrence to the OpenPGP Protocol.
+ * @returns Reference to the OpenPGP Protocol.
*/
QGPGME_EXPORT Protocol *openpgp();
/** Obtain a reference to the smime Protocol.
*
* The reference is to a static object.
- * @returns Refrence to the smime Protocol.
+ * @returns Reference to the smime Protocol.
*/
QGPGME_EXPORT Protocol *smime();