Fix arg name in comments
(cherry picked from commit c0a53ebaeda420f636698b99c393868d2bf8f905)
This commit is contained in:
parent
086133f39a
commit
3609227c6e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ size_t olm_sas_get_pubkey(
|
|||
*
|
||||
* @param[in] sas the SAS object.
|
||||
* @param[in] their_key the other user's public key.
|
||||
* @param[in] their_key_size the size of the `their_key` buffer.
|
||||
* @param[in] their_key_length the size of the `their_key` buffer.
|
||||
*
|
||||
* @return `olm_error()` on failure. If the `their_key` buffer is too small,
|
||||
* then `olm_sas_last_error()` will be `INPUT_BUFFER_TOO_SMALL`.
|
||||
|
|
Loading…
Reference in a new issue