diff options
author | Ingo Klöcker <[email protected]> | 2022-04-05 07:35:45 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-04-05 08:17:39 +0000 |
commit | 102024f7e65612178a49fee8c39a22ab17608f9d (patch) | |
tree | a1f815db7946a90535c8c5a7a0eafda3562243da | |
parent | cpp: Handle canceling of an edit operation (diff) | |
download | gpgme-102024f7e65612178a49fee8c39a22ab17608f9d.tar.gz gpgme-102024f7e65612178a49fee8c39a22ab17608f9d.zip |
qt,doc: Fix typo and grammar in API documentation
--
-rw-r--r-- | lang/qt/src/wkspublishjob.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/qt/src/wkspublishjob.h b/lang/qt/src/wkspublishjob.h index ff3f21e0..2b4daf51 100644 --- a/lang/qt/src/wkspublishjob.h +++ b/lang/qt/src/wkspublishjob.h @@ -52,11 +52,9 @@ namespace QGpgME { * The workflow is to call startCreate, check for errors and then * send the RFC822 mail returned in returnedData. * - * When the response is received start a startRecieve with the + * When the response is received call startReceive with the * RFC822 mail received as parameter response. Check for errors - * and then send again send the result from returnedData back to - * the server. - * + * and then send the result from returnedData back to the server. */ class QGPGME_EXPORT WKSPublishJob: public Job { @@ -66,7 +64,6 @@ protected: public: ~WKSPublishJob(); - /** Start a check if WKS Publishing is supported. As this involves * an HTTP Query it might take a while. Returns GPG_ERR_NOT_SUPPORED * result if GnuPG is too old or the required tools are not installed. |