From: Amit Khatri Date: Thu, 6 Aug 2015 07:04:51 +0000 (+0000) Subject: Fix a typo in enum wpa_states comment X-Git-Tag: hostap_2_5~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6995536fa4fdfa3d08baade331d5efc9486a3175;p=thirdparty%2Fhostap.git Fix a typo in enum wpa_states comment Signed-off-by: Amit Khatri Signed-off-by: Rahul Jain --- diff --git a/src/common/defs.h b/src/common/defs.h index eb080ea8a..6aea3751a 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -174,7 +174,7 @@ enum wpa_states { /** * WPA_INTERFACE_DISABLED - Interface disabled * - * This stat eis entered if the network interface is disabled, e.g., + * This state is entered if the network interface is disabled, e.g., * due to rfkill. wpa_supplicant refuses any new operations that would * use the radio until the interface has been enabled. */