From bc0ab90fc9c2a105089d83fcdb5ba89637dbd22f Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 19 Jun 2017 18:22:21 +0200 Subject: a_iface: fix typo in function name --- openbsc/src/libmsc/a_iface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/libmsc/a_iface.c') diff --git a/openbsc/src/libmsc/a_iface.c b/openbsc/src/libmsc/a_iface.c index 759c58313..a5e2f7205 100644 --- a/openbsc/src/libmsc/a_iface.c +++ b/openbsc/src/libmsc/a_iface.c @@ -246,7 +246,7 @@ int enc_channel_type(struct gsm0808_channel_type *ct, const struct gsm_mncc_bear } /* Assemble the speech codec field */ -static int enc_speeach_codec_list(struct gsm0808_speech_codec_list *scl, const struct gsm0808_channel_type *ct) +static int enc_speech_codec_list(struct gsm0808_speech_codec_list *scl, const struct gsm0808_channel_type *ct) { unsigned int i; int rc; @@ -285,7 +285,7 @@ int a_iface_tx_assignment(struct gsm_trans *trans) } /* Speech codec list */ - rc = enc_speeach_codec_list(&scl, &ct); + rc = enc_speech_codec_list(&scl, &ct); if (rc < 0) { LOGP(DMSC, LOGL_ERROR, "Faild to generate Speech codec list -- assignment not sent!\n"); return -EINVAL; -- cgit v1.2.3