Browse Source

Fix spelling of initialize in a comment and an error message

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 9 years ago
parent
commit
c5ee4dd9d9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      hostapd/main.c
  2. 1 1
      src/ap/accounting.c

+ 1 - 1
hostapd/main.c

@@ -661,7 +661,7 @@ int main(int argc, char *argv[])
 	}
 
 	if (hostapd_global_init(&interfaces, entropy_file)) {
-		wpa_printf(MSG_ERROR, "Failed to initilize global context");
+		wpa_printf(MSG_ERROR, "Failed to initialize global context");
 		return -1;
 	}
 

+ 1 - 1
src/ap/accounting.c

@@ -479,7 +479,7 @@ int accounting_init(struct hostapd_data *hapd)
 
 
 /**
- * accounting_deinit: Deinitilize accounting
+ * accounting_deinit: Deinitialize accounting
  * @hapd: hostapd BSS data
  */
 void accounting_deinit(struct hostapd_data *hapd)