diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
commit | 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 (patch) | |
tree | d53dd780b6169d9cc09d7ab91e99e28cb8e96084 /lang/qt/src | |
parent | docs: python bindings (diff) | |
download | gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.tar.gz gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.zip |
spelling: fix misspellings
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/qt/src')
-rw-r--r-- | lang/qt/src/dn.h | 2 | ||||
-rw-r--r-- | lang/qt/src/wkspublishjob.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/qt/src/dn.h b/lang/qt/src/dn.h index ef6fea0c..2d655c55 100644 --- a/lang/qt/src/dn.h +++ b/lang/qt/src/dn.h @@ -83,7 +83,7 @@ public: const_iterator begin() const; const_iterator end() const; - /** Set the order in which prettyDN will reorder the Attirbutes. */ + /** Set the order in which prettyDN will reorder the Attributes. */ void setAttributeOrder(const QStringList &order) const; /** Get the used attribute order. */ diff --git a/lang/qt/src/wkspublishjob.h b/lang/qt/src/wkspublishjob.h index 8d17e523..ff3f21e0 100644 --- a/lang/qt/src/wkspublishjob.h +++ b/lang/qt/src/wkspublishjob.h @@ -53,7 +53,7 @@ namespace QGpgME { * send the RFC822 mail returned in returnedData. * * When the response is received start a startRecieve with the - * RFC822 mail received as paramater response. Check for errors + * RFC822 mail received as parameter response. Check for errors * and then send again send the result from returnedData back to * the server. * @@ -87,7 +87,7 @@ public: */ virtual void startCreate(const char *fpr, const QString &mailbox) = 0; - /** Handle a submisson response. The returnedData in the result singnal + /** Handle a submission response. The returnedData in the result singnal * will contain the confirmation response as returned by gpg-wks-client --receive * * @param response The response of the server. |