From cabbaac1198ff737616028acede5f0b3d530998a Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 26 Nov 2018 00:37:24 +0200 Subject: [PATCH] Fix a typo in a comment Signed-off-by: Jouni Malinen --- hostapd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/main.c b/hostapd/main.c index 61da9be19..38b6cdefa 100644 --- a/hostapd/main.c +++ b/hostapd/main.c @@ -253,7 +253,7 @@ static int hostapd_driver_init(struct hostapd_iface *iface) * * This function is used to parse configuration file for a full interface (one * or more BSSes sharing the same radio) and allocate memory for the BSS - * interfaces. No actiual driver operations are started. + * interfaces. No actual driver operations are started. */ static struct hostapd_iface * hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name,