summaryrefslogtreecommitdiff
path: root/pcap-septel.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-08-01 16:43:46 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-08-01 16:53:16 +0200
commit726a55c484df65261dd07bbe66f5146acb692c5a (patch)
tree522d86d373e720485ac7d1ac188f24f478da914b /pcap-septel.c
parentaa4fd0d411239f5cc98f0ae14018d3ad91a5ee15 (diff)
downloadlibpcap-726a55c484df65261dd07bbe66f5146acb692c5a.tar.gz
Fix some typos
[skip ci]
Diffstat (limited to 'pcap-septel.c')
-rw-r--r--pcap-septel.c2
1 files changed, 1 insertions, 1 deletions
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)) {