diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-09-22 22:43:48 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-09-23 14:09:27 +0000 |
commit | 95f38652f696476b38a040644eac40b4511d2b32 (patch) | |
tree | 67a992d8968b89f2820148f7a772b15a878d2f67 /lang/cpp/src/context.h | |
parent | move some file encodings to UTF-8 (diff) | |
download | gpgme-95f38652f696476b38a040644eac40b4511d2b32.tar.gz gpgme-95f38652f696476b38a040644eac40b4511d2b32.zip |
Fix spelling
* lang/cpp/src/context.h, lang/qt/src/protocol.h,
lang/qt/src/wkspublishjob.h, src/data-identify.c, src/engine-gpg.c:
minor spelling cleanup.
--
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/cpp/src/context.h')
-rw-r--r-- | lang/cpp/src/context.h | 4 |
1 files changed, 2 insertions, 2 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. |