monitor: Fix typo

This commit is contained in:
Denis Kenzior 2015-03-20 11:34:21 -05:00
parent 2129becac8
commit a2bc325b3b
1 changed files with 1 additions and 1 deletions

View File

@ -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");