laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/30531 )
Change subject: cosmetic: fix typo in comment
......................................................................
cosmetic: fix typo in comment
Change-Id: I2e2b5ec36da9b50dcf13a0d7f497a9ca16e6a7a3
---
M src/sccp_scoc.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/src/sccp_scoc.c b/src/sccp_scoc.c
index be13a8f..00e677c 100644
--- a/src/sccp_scoc.c
+++ b/src/sccp_scoc.c
@@ -1731,7 +1731,7 @@
xua->mtp.opc, osmo_ss7_pointcode_print(conn->inst->ss7, xua->mtp.opc),
conn->remote_pc, osmo_ss7_pointcode_print2(conn->inst->ss7,
conn->remote_pc));
/* we have received a message with invalid origin PC and thus
- * apply the action indiacted in Table B.2/Q.714 */
+ * apply the action indicated in Table B.2/Q.714 */
switch (xua->hdr.msg_type) {
case SUA_CO_RELRE: /* RLSD */
case SUA_CO_RESRE: /* RSR */
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/30531
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I2e2b5ec36da9b50dcf13a0d7f497a9ca16e6a7a3
Gerrit-Change-Number: 30531
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged