From b00bea15ab5d2010b7282ca1a7f3b076fd187b60 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 11 Aug 2014 20:33:08 -0700 Subject: [PATCH] monitor: Fix minor typo in management frame type --- monitor/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index ef277ce9..d5fe7d1d 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -262,7 +262,7 @@ static void print_frame_type(unsigned int level, const char *label, str = "Probe response"; break; case 0x06: - str = "Timingd Advertisement"; + str = "Timing Advertisement"; break; case 0x08: str = "Beacon";