diff mbox series

hostapd: fix typo in sample configuration

Message ID 20200116082229.GA276741@makrotopia.org
State Accepted
Headers show
Series hostapd: fix typo in sample configuration | expand

Commit Message

Daniel Golle Jan. 16, 2020, 8:22 a.m. UTC
'assocition' -> 'association'

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
 hostapd/hostapd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jouni Malinen Jan. 20, 2020, 7:38 p.m. UTC | #1
On Thu, Jan 16, 2020 at 10:22:29AM +0200, Daniel Golle wrote:
> 'assocition' -> 'association'

Thanks, applied.
diff mbox series

Patch

diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf
index 10a6291ff..d76a6c7f1 100644
--- a/hostapd/hostapd.conf
+++ b/hostapd/hostapd.conf
@@ -2614,7 +2614,7 @@  own_ip_addr=127.0.0.1
 # Default is 0 = OCE disabled
 #oce=0
 
-# RSSI-based assocition rejection
+# RSSI-based association rejection
 #
 # Reject STA association if RSSI is below given threshold (in dBm)
 # Allowed range: -60 to -90 dBm; default = 0 (rejection disabled)