Browse Source

Fix spelling s/algorith/algorithm/

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Stefan Lippers-Hollmann 11 years ago
parent
commit
891330fda9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/eap_peer/eap_aka.c

+ 1 - 1
src/eap_peer/eap_aka.c

@@ -316,7 +316,7 @@ static int eap_aka_umts_auth(struct eap_sm *sm, struct eap_aka_data *data)
 
 #else /* CONFIG_USIM_HARDCODED */
 
-	wpa_printf(MSG_DEBUG, "EAP-AKA: No UMTS authentication algorith "
+	wpa_printf(MSG_DEBUG, "EAP-AKA: No UMTS authentication algorithm "
 		   "enabled");
 	return -1;