From 6995536fa4fdfa3d08baade331d5efc9486a3175 Mon Sep 17 00:00:00 2001 From: Amit Khatri Date: Thu, 6 Aug 2015 07:04:51 +0000 Subject: [PATCH] Fix a typo in enum wpa_states comment Signed-off-by: Amit Khatri Signed-off-by: Rahul Jain --- src/common/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */