Fix typo in docstring (repeated word).

doc-fixes
Denis Kasak 2021-05-20 12:19:48 +02:00 committed by Hubert Chathi
parent 6ed8d687e8
commit b90f9ee7d3
1 changed files with 1 additions and 1 deletions

View File

@ -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(