aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-05-24 08:26:41 +0000
committerAndre Heinecke <[email protected]>2018-05-24 08:26:41 +0000
commitfd5e14660a6f4eb1a89d69534e3e435f7fb05f8a (patch)
tree3fdce2df7d2b9168f07454c00640303b31c7bbc9
parentdocs and examples: python howto (diff)
downloadgpgme-fd5e14660a6f4eb1a89d69534e3e435f7fb05f8a.tar.gz
gpgme-fd5e14660a6f4eb1a89d69534e3e435f7fb05f8a.zip
json: Minor typo fixes
* src/gpgme-json.c: Minor typo fixes.
-rw-r--r--src/gpgme-json.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpgme-json.c b/src/gpgme-json.c
index fb5f149b..990f4a33 100644
--- a/src/gpgme-json.c
+++ b/src/gpgme-json.c
@@ -490,7 +490,7 @@ _create_new_context (gpgme_protocol_t proto)
/* Return a context object for protocol PROTO. This is currently a
- * statuically allocated context initialized for PROTO. Termnates
+ * statically allocated context initialized for PROTO. Terminates
* process on failure. */
static gpgme_ctx_t
get_context (gpgme_protocol_t proto)
@@ -597,11 +597,11 @@ data_from_base64_string (gpgme_data_t *r_data, cjson_t json)
/* Create a "data" object and the "type", "base64" and "more" flags
- * from DATA and append them to RESULT. Ownership if DATA is
+ * from DATA and append them to RESULT. Ownership of DATA is
* transferred to this function. TYPE must be a fixed string.
* CHUNKSIZE is the chunksize requested from the caller. If BASE64 is
* -1 the need for base64 encoding is determined by the content of
- * DATA, all other values are take as rtue or false. Note that
+ * DATA, all other values are taken as true or false. Note that
* op_getmore has similar code but works on PENDING_DATA which is set
* here. */
static gpg_error_t