From 1dc2dcebbf9fb954cce7ed454378f2e544c1d3be Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 21 Sep 2020 11:25:15 +0200 Subject: [PATCH] cosmetic: Fix typo in comment Change-Id: I87894dc710823226c1891c919a11ea32c326d3b9 --- src/libosmo-mgcp/mgcp_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libosmo-mgcp/mgcp_protocol.c b/src/libosmo-mgcp/mgcp_protocol.c index 97c6d3f2a..552376164 100644 --- a/src/libosmo-mgcp/mgcp_protocol.c +++ b/src/libosmo-mgcp/mgcp_protocol.c @@ -550,7 +550,7 @@ static int set_local_cx_options(void *ctx, struct mgcp_lco *lco, lco->pkt_period_max = lco->pkt_period_min; break; case 'a': - /* FIXME: LCO also supports the negotiation of more then one codec. + /* FIXME: LCO also supports the negotiation of more than one codec. * (e.g. a:PCMU;G726-32) But this implementation only supports a single * codec only. */ if (sscanf(lco_id + 1, ":%16[^,]", codec) == 1) {