cosmetic: mgcp_codec.c: Fix typo in comment

Change-Id: Ic93c9bcf6d3a12cc42fdfee2be97662adf068409
This commit is contained in:
Pau Espin 2022-01-03 15:26:08 +01:00
parent 2c40164ff0
commit 80751d850b
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ int mgcp_codec_pt_translate(struct mgcp_conn_rtp *conn_src, struct mgcp_conn_rtp
if (!codec_src)
return -EINVAL;
/* Use the codec infrmation from the source and try to find the
/* Use the codec information from the source and try to find the
* equivalent of it on the destination side */
codecs_assigned = rtp_dst->codecs_assigned;
OSMO_ASSERT(codecs_assigned <= MGCP_MAX_CODECS);