From 7bac55be33621dc5a382c8bd518d8120098c6cde Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Thu, 30 May 2013 11:30:37 +0530 Subject: misc: Fixed spelling mistakes Fix for spelling mistakes detected by Lintian. Signed-off-by: Kartik Mistry Signed-off-by: Daniel Borkmann --- proto_80211_mac_hdr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proto_80211_mac_hdr.c') diff --git a/proto_80211_mac_hdr.c b/proto_80211_mac_hdr.c index a496a1e..cc5c26e 100644 --- a/proto_80211_mac_hdr.c +++ b/proto_80211_mac_hdr.c @@ -3498,7 +3498,7 @@ static const char *ctrl_sub(u8 subtype, struct pkt_buff *pkt, *get_content = NULL; return "Reserved"; default: - return "Control SubType unkown"; + return "Control SubType unknown"; } } @@ -3535,7 +3535,7 @@ static const char *data_sub(u8 subtype, struct pkt_buff *pkt, return "Reserved"; default: *get_content = NULL; - return "Data SubType unkown"; + return "Data SubType unknown"; } } @@ -3558,7 +3558,7 @@ frame_control_type(u8 type, const char *(**get_subtype)(u8 subtype, return "Reserved"; default: *get_subtype = NULL; - return "Control Type unkown"; + return "Control Type unknown"; } } -- cgit v1.2.3-54-g00ecf