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 /src | |
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 'src')
-rw-r--r-- | src/data-identify.c | 2 | ||||
-rw-r--r-- | src/engine-gpg.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/data-identify.c b/src/data-identify.c index a5da7f55..615a4f3a 100644 --- a/src/data-identify.c +++ b/src/data-identify.c @@ -278,7 +278,7 @@ pgp_binary_detection (const void *image_arg, size_t imagelen) /* This is probably an armored "PGP MESSAGE" which can encode * different PGP data types. STRING is modified after a call to this - * fucntion. */ + * function. */ static gpgme_data_type_t inspect_pgp_message (char *string) { diff --git a/src/engine-gpg.c b/src/engine-gpg.c index 3f1d34d7..4415c946 100644 --- a/src/engine-gpg.c +++ b/src/engine-gpg.c @@ -2543,7 +2543,7 @@ gpg_keylist_build_options (engine_gpg_t gpg, int secret_only, err = add_arg (gpg, "--with-colons"); /* Since gpg 2.1.15 fingerprints are always printed, thus there is - * no more need to explictly request them. */ + * no more need to explicitly request them. */ if (!have_gpg_version (gpg, "2.1.15")) { if (!err) |