aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-09-06 14:06:43 +0100
committerRichard van der Hoff <richard@matrix.org>2016-09-06 14:06:43 +0100
commit50cd2b2a430b379bf6cee1259867faa08daea1b7 (patch)
tree0b271bd58102bd29de684354b83fe8782e395a65 /include
parent7c84ce8098f58b28e9996f8644caafef8d32d308 (diff)
Clean up some typos
Remove redundant args from some js funcs, and fix a comment typo
Diffstat (limited to 'include')
-rw-r--r--include/olm/outbound_group_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/outbound_group_session.h b/include/olm/outbound_group_session.h
index 90859e9..90ccca3 100644
--- a/include/olm/outbound_group_session.h
+++ b/include/olm/outbound_group_session.h
@@ -160,7 +160,7 @@ size_t olm_outbound_group_session_key_length(
/**
* Get the base64-encoded current ratchet key for this session.
*
- * Each message is sent with a diffent ratchet key. This function returns the
+ * Each message is sent with a different ratchet key. This function returns the
* ratchet key that will be used for the next message.
*
* Returns the length of the ratchet key on success or olm_error() on