summaryrefslogtreecommitdiff
path: root/lang/qt/src/wkspublishjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/wkspublishjob.h')
-rw-r--r--lang/qt/src/wkspublishjob.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/qt/src/wkspublishjob.h b/lang/qt/src/wkspublishjob.h
index ff3f21e..2b4daf5 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.