From a2bc325b3b35a8ee7e7f0b99795912dc637742b9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 20 Mar 2015 11:34:21 -0500 Subject: [PATCH] monitor: Fix typo --- monitor/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 277d2573..813c2934 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -3467,7 +3467,7 @@ void nlmon_print_pae(struct nlmon *nlmon, const struct timeval *tv, } print_attr(1, "Type: %u (%s)", ek->packet_type, str); - print_attr(1, "Lenth: %d", L_BE16_TO_CPU(ek->packet_len)); + print_attr(1, "Length: %d", L_BE16_TO_CPU(ek->packet_len)); print_attr(1, "Descriptor Type: %u", ek->descriptor_type); print_attr(1, "Key MIC: %s", ek->key_mic ? "true" : "false"); print_attr(1, "Secure: %s", ek->secure ? "true" : "false");