laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-mgw/+/31058 )
Change subject: Fix various typos
......................................................................
Fix various typos
Change-Id: Iba7851a5bdb0ce2ce6852a8fa035b72515d7b0a1
---
M src/libosmo-mgcp/mgcp_protocol.c
M tests/mgcp/mgcp_test.c
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/src/libosmo-mgcp/mgcp_protocol.c b/src/libosmo-mgcp/mgcp_protocol.c
index 77c99f3..b697a94 100644
--- a/src/libosmo-mgcp/mgcp_protocol.c
+++ b/src/libosmo-mgcp/mgcp_protocol.c
@@ -1026,7 +1026,7 @@
&endp->local_options, local_options);
if (rc != 0) {
LOGPCONN(_conn, DLMGCP, LOGL_ERROR,
- "CRCX: inavlid local connection options!\n");
+ "CRCX: invalid local connection options!\n");
error_code = rc;
rate_ctr_inc(rate_ctr_group_get_ctr(rate_ctrs, MGCP_CRCX_FAIL_INVALID_CONN_OPTIONS));
goto error2;
diff --git a/tests/mgcp/mgcp_test.c b/tests/mgcp/mgcp_test.c
index 4aa655d..dfaba71 100644
--- a/tests/mgcp/mgcp_test.c
+++ b/tests/mgcp/mgcp_test.c
@@ -838,7 +838,7 @@
if (endp->local_options.pkt_period_min ||
endp->local_options.pkt_period_max)
printf
- ("Requested packetetization period: "
+ ("Requested packetization period: "
"%d-%d\n",
endp->local_options.pkt_period_min,
endp->
--
To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/31058
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Iba7851a5bdb0ce2ce6852a8fa035b72515d7b0a1
Gerrit-Change-Number: 31058
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged