qt,doc: Fix typo and grammar in API documentation
--
This commit is contained in:
parent
28cdbfdccb
commit
102024f7e6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user