[PATCH] ap_config.c: fix typo for "capabilities"
Stefan Lippers-Hollmann
s.L-H
Tue Sep 16 16:22:06 PDT 2014
Signed-off-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>
---
src/ap/ap_config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ap/ap_config.c b/src/ap/ap_config.c
index bc9f6cf..d7d5c3b 100644
--- a/src/ap/ap_config.c
+++ b/src/ap/ap_config.c
@@ -759,7 +759,7 @@ static int hostapd_config_check_bss(struct hostapd_bss_config *bss,
conf->hw_mode == HOSTAPD_MODE_IEEE80211B) {
bss->disable_11n = 1;
wpa_printf(MSG_ERROR, "HT (IEEE 802.11n) in 11b mode is not "
- "allowed, disabling HT capabilites");
+ "allowed, disabling HT capabilities");
}
if (full_config && conf->ieee80211n &&
--
2.1.0
More information about the Hostap
mailing list