mgcp_client: fix typo Initalize -> Initialize
Change-Id: If57f8c0e54dbb5d37f40e36d968a6e6b75eec066changes/19/25119/2
parent
124a3e0b34
commit
c824fe4eb0
|
@ -189,7 +189,7 @@ enum mgcp_codecs map_pt_to_codec(struct ptmap *ptmap, unsigned int ptmap_len,
|
|||
return pt;
|
||||
}
|
||||
|
||||
/*! Initalize MGCP client configuration struct with default values.
|
||||
/*! Initialize MGCP client configuration struct with default values.
|
||||
* \param[out] conf Client configuration.*/
|
||||
void mgcp_client_conf_init(struct mgcp_client_conf *conf)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue