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 /src/data-identify.c | |
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 '')
-rw-r--r-- | src/data-identify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data-identify.c b/src/data-identify.c index 857d06c1..826c427a 100644 --- a/src/data-identify.c +++ b/src/data-identify.c @@ -258,7 +258,7 @@ pgp_binary_detection (const void *image_arg, size_t imagelen) case PKT_COMPRESSED: /* If this is the first packet we assume that that a signed * packet follows. We do not want to uncompress it here due - * to the need of a lot of code and the potentail DoS. */ + * to the need of a lot of code and the potential DoS. */ if (!anypacket) return GPGME_DATA_TYPE_PGP_SIGNED; return GPGME_DATA_TYPE_PGP_OTHER; @@ -479,7 +479,7 @@ basic_detection (char *data, size_t datalen) file pointer but there is no guarantee that it will work. FIXME: We may want to add internal buffering so that this function - can be implemented for allmost all kind of data objects. + can be implemented for almost all kind of data objects. */ gpgme_data_type_t gpgme_data_identify (gpgme_data_t dh, int reserved) |