From 726a55c484df65261dd07bbe66f5146acb692c5a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 1 Aug 2022 16:43:46 +0200 Subject: Fix some typos [skip ci] --- pcap-septel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-septel.c') diff --git a/pcap-septel.c b/pcap-septel.c index 270a1afb..6d1d9047 100644 --- a/pcap-septel.c +++ b/pcap-septel.c @@ -105,7 +105,7 @@ loop: t = h->type ; - /* catch only messages with type = 0xcf00 or 0x8f01 corrsponding to ss7 messages*/ + /* catch only messages with type = 0xcf00 or 0x8f01 corresponding to ss7 messages*/ /* XXX = why not use API_MSG_TX_REQ for 0xcf00 and API_MSG_RX_IND * for 0x8f01? */ if ((t != 0xcf00) && (t != 0x8f01)) { -- cgit v1.2.1