From b90f9ee7d3ddadc74e11feba8f2e1817db9dc1fe Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 20 May 2021 12:19:48 +0200 Subject: [PATCH] Fix typo in docstring (repeated word). --- include/olm/olm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/olm/olm.h b/include/olm/olm.h index 0af83fe..777007b 100644 --- a/include/olm/olm.h +++ b/include/olm/olm.h @@ -302,7 +302,7 @@ size_t olm_create_outbound_session( * couldn't be decoded then olm_session_last_error will be "INVALID_BASE64". * If the message was for an unsupported protocol version then * olm_session_last_error() will be "BAD_MESSAGE_VERSION". If the message - * couldn't be decoded then then olm_session_last_error() will be + * couldn't be decoded then olm_session_last_error() will be * "BAD_MESSAGE_FORMAT". If the message refers to an unknown one time * key then olm_session_last_error() will be "BAD_MESSAGE_KEY_ID". */ size_t olm_create_inbound_session(