diff options
author | manuroe <manu@matrix.org> | 2019-03-13 14:52:02 +0100 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2019-04-10 23:26:02 +0200 |
commit | 3609227c6ee4214d561ac7affff9a7e99bc658de (patch) | |
tree | 1cba5377e9c9d9791f818b15c3510629002e65e1 /include/olm/sas.h | |
parent | 086133f39a175a72ea7c898c708fed38b8dbd36b (diff) |
Fix arg name in comments
(cherry picked from commit c0a53ebaeda420f636698b99c393868d2bf8f905)
Diffstat (limited to 'include/olm/sas.h')
-rw-r--r-- | include/olm/sas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/sas.h b/include/olm/sas.h index ec90ae7..9d2ae3e 100644 --- a/include/olm/sas.h +++ b/include/olm/sas.h @@ -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`. |