diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-09-22 22:43:48 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-09-23 14:09:27 +0000 |
commit | 95f38652f696476b38a040644eac40b4511d2b32 (patch) | |
tree | 67a992d8968b89f2820148f7a772b15a878d2f67 /lang/qt/src/wkspublishjob.h | |
parent | move some file encodings to UTF-8 (diff) | |
download | gpgme-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 'lang/qt/src/wkspublishjob.h')
-rw-r--r-- | lang/qt/src/wkspublishjob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/wkspublishjob.h b/lang/qt/src/wkspublishjob.h index 782112f3..d7bcd5dd 100644 --- a/lang/qt/src/wkspublishjob.h +++ b/lang/qt/src/wkspublishjob.h @@ -45,7 +45,7 @@ namespace QGpgME { * Handles Web Key Service Publishing. Needs WKS tools installed and * server support. * - * Remember that after a result is emited the job is auto deleted + * Remember that after a result is emitted the job is auto deleted * so you can only use it for a single action. */ class QGPGME_EXPORT WKSPublishJob: public Job |