osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/33526 )
Change subject: Cosmetic: fix a typo ......................................................................
Cosmetic: fix a typo
Change-Id: I49f72acc3a42f6c7d50aeffdb1aef312c469d9f3 --- M src/libosmo-mgcp-client/mgcp_client.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/26/33526/1
diff --git a/src/libosmo-mgcp-client/mgcp_client.c b/src/libosmo-mgcp-client/mgcp_client.c index 677a4f3..abfecaa 100644 --- a/src/libosmo-mgcp-client/mgcp_client.c +++ b/src/libosmo-mgcp-client/mgcp_client.c @@ -148,7 +148,7 @@ * is also ignored and a 1:1 mapping is performed instead. */
/* we may return the codec directly since enum mgcp_codecs directly - * corresponds to the statićally assigned payload types */ + * corresponds to the statically assigned payload types */ if (codec < 96 || codec > 127) return codec;