Skip to content

Commit fcc2517

Browse files
authored
Merge pull request #679 from jmillan/fix-typo
srtp_priv.h: fix typo
2 parents acc76e6 + 49f64ca commit fcc2517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/srtp_priv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
9191
* by deriving all of the needed keys for all the master keys using the KDF and
9292
* the keys from k.
9393
*/
94-
srtp_err_status_t srtp_steam_init_all_master_keys(
94+
srtp_err_status_t srtp_stream_init_all_master_keys(
9595
srtp_stream_ctx_t *srtp,
9696
unsigned char *key,
9797
srtp_master_key_t **keys,

0 commit comments

Comments
 (0)