diff options
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/cpp/src/context.h | 4 | ||||
| -rw-r--r-- | lang/qt/src/protocol.h | 6 | ||||
| -rw-r--r-- | lang/qt/src/wkspublishjob.h | 2 | 
3 files changed, 6 insertions, 6 deletions
| diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index b1e4f5ff..ab15a218 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -364,8 +364,8 @@ public:       * @param file The executable to start.       * @param argv list of arguments file should be argv[0].       * @param input The data to be sent through stdin. -     * @param output The data to be recieve the stdout. -     * @param err The data to recieve stderr. +     * @param output The data to be receive the stdout. +     * @param err The data to receive stderr.       * @param flags Additional flags.       *       * @returns An error or empty error. diff --git a/lang/qt/src/protocol.h b/lang/qt/src/protocol.h index 40ddcb53..15d83e02 100644 --- a/lang/qt/src/protocol.h +++ b/lang/qt/src/protocol.h @@ -76,7 +76,7 @@ class TofuPolicyJob;   * two are always a QString for the auditlog and an GpgME::Error for   * an eventual error.   * - * In case async API is used and the result signal is emited a + * In case async API is used and the result signal is emitted a   * job schedules its own deletion.   *   * Most jobs also provide a synchronous call exec in which case @@ -161,14 +161,14 @@ public:  /** Obtain a reference to the OpenPGP Protocol.   *   * The reference is to a static object. - * @returns Refrence to the OpenPGP Protocol. + * @returns Reference to the OpenPGP Protocol.   */  QGPGME_EXPORT Protocol *openpgp();  /** Obtain a reference to the smime Protocol.   *   * The reference is to a static object. - * @returns Refrence to the smime Protocol. + * @returns Reference to the smime Protocol.   */  QGPGME_EXPORT Protocol *smime(); 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 | 
