Parcourir la source

Fix a typo in enum wpa_states comment

Signed-off-by: Amit Khatri <amit.khatri@samsung.com>
Signed-off-by: Rahul Jain <rahul.jain@samsung.com>
Amit Khatri il y a 9 ans
Parent
commit
6995536fa4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/common/defs.h

+ 1 - 1
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.
 	 */