From d4064ea1b61d2ba19aa4b676eac3b8934d7efbdd Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Sat, 4 Aug 2018 16:53:35 +0200 Subject: [PATCH] monitor: Fix spelling errors spotted by lintian The debian package checking tool lintian spotted a bunch of spelling errors in the built binaries. --- monitor/nlmon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 979f7804..3ffa6b2d 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -3489,7 +3489,7 @@ static const struct attr_entry attr_table[] = { { NL80211_ATTR_DFS_REGION, "DFS Region", ATTR_U8 }, { NL80211_ATTR_DISABLE_HT, - "Diable HT", ATTR_FLAG }, + "Disable HT", ATTR_FLAG }, { NL80211_ATTR_HT_CAPABILITY_MASK, "HT Capability Mask" }, { NL80211_ATTR_NOACK_MAP, @@ -3556,7 +3556,7 @@ static const struct attr_entry attr_table[] = { { NL80211_ATTR_CRIT_PROT_ID, "Critical Protocol ID" }, { NL80211_ATTR_MAX_CRIT_PROT_DURATION, - "Max Criticial Protocol Duration" }, + "Max Critical Protocol Duration" }, { NL80211_ATTR_PEER_AID, "Peer AID", ATTR_U16 }, { NL80211_ATTR_COALESCE_RULE,