diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2017-05-11 15:56:08 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2017-05-11 15:56:08 +0200 |
commit | 53cba911864fe6b839d38e61a88c7a42d815cacb (patch) | |
tree | d7b0b17069b5516aa9f41414e1fc50ef5d7d5433 /print-m3ua.c | |
parent | 93a10559e792acfd706bd9e9a4e5061b478ff064 (diff) | |
download | tcpdump-53cba911864fe6b839d38e61a88c7a42d815cacb.tar.gz |
M3UA: Fix a typo
Diffstat (limited to 'print-m3ua.c')
-rw-r--r-- | print-m3ua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-m3ua.c b/print-m3ua.c index 1f974b2f..71a585ff 100644 --- a/print-m3ua.c +++ b/print-m3ua.c @@ -67,7 +67,7 @@ static const struct tok MessageClasses[] = { { M3UA_MSGC_SSNM, "SS7" }, { M3UA_MSGC_ASPSM, "ASP" }, { M3UA_MSGC_ASPTM, "ASP" }, - { M3UA_MSGC_RKM, "Routing Key Managment" }, + { M3UA_MSGC_RKM, "Routing Key Management"}, { 0, NULL } }; |