laforge has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/31/30531/1
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 */