summaryrefslogtreecommitdiff
path: root/pcap-septel.c
diff options
context:
space:
mode:
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)) {