From 10bdce692d3112cb099e004fe0775c89d7ad7b50 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 23 Jan 2020 23:06:27 +0200 Subject: [PATCH] Fix a typo in an example configuration file comment Signed-off-by: Jouni Malinen --- hostapd/hostapd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 168832110..fbaa42b09 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -72,7 +72,7 @@ ctrl_interface=/var/run/hostapd # run as non-root users. However, since the control interface can be used to # change the network configuration, this access needs to be protected in many # cases. By default, hostapd is configured to use gid 0 (root). If you -# want to allow non-root users to use the contron interface, add a new group +# want to allow non-root users to use the control interface, add a new group # and change this value to match with that group. Add users that should have # control interface access to this group. #