osmith has uploaded this change for review.

View Change

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;


To view, visit change 33526. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I49f72acc3a42f6c7d50aeffdb1aef312c469d9f3
Gerrit-Change-Number: 33526
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange