aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-12-10 12:52:58 +0100
committerHarald Welte <laforge@osmocom.org>2022-12-10 12:52:58 +0100
commit8b671b073fbbea994425d6e931b03335a82ffca7 (patch)
treeee072cd4663c714faff9e7df372b72e694183fb3
parent99b912f94a219a908cd1fc048d67c100abf143e7 (diff)
cosmetic: fix typo in comment2023q1
-rw-r--r--src/sccp_scoc.c2
1 files changed, 1 insertions, 1 deletions
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 @@ static void sccp_scoc_rx_inval_opc(struct sccp_connection *conn,
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 */