From: Jouni Malinen Date: Sun, 25 Nov 2018 22:37:24 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Tag: hostap_2_7~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cabbaac1198ff737616028acede5f0b3d530998a;p=thirdparty%2Fhostap.git Fix a typo in a comment Signed-off-by: Jouni Malinen --- 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,