osmith has submitted this change. (
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(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/libosmo-mgcp-client/mgcp_client.c
b/src/libosmo-mgcp-client/mgcp_client.c
index b0ccfe7..d901c4d 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
https://gerrit.osmocom.org/c/osmo-mgw/+/33526
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I49f72acc3a42f6c7d50aeffdb1aef312c469d9f3
Gerrit-Change-Number: 33526
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged