Browse Source

Fixed a typo

Jouni Malinen 16 years ago
parent
commit
2e8c9a27f5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/eap_peer/eap_config.h
  2. 1 1
      wpa_supplicant/wpa_supplicant.conf

+ 1 - 1
src/eap_peer/eap_config.h

@@ -348,7 +348,7 @@ struct eap_peer_config {
 	 * number of PAC entries to store in a PAC list (default: 10).
 	 *
 	 * fast_pac_format=binary option can be used to select binary format
-	 * for storing PAC entires in order to save some space (the default
+	 * for storing PAC entries in order to save some space (the default
 	 * text format uses about 2.5 times the size of minimal binary format).
 	 *
 	 * crypto_binding option can be used to control PEAPv0 cryptobinding

+ 1 - 1
wpa_supplicant/wpa_supplicant.conf

@@ -436,7 +436,7 @@ fast_reauth=1
 #	fast_max_pac_list_len=<num> option can be used to set the maximum
 #		number of PAC entries to store in a PAC list (default: 10)
 #	fast_pac_format=binary option can be used to select binary format for
-#		storing PAC entires in order to save some space (the default
+#		storing PAC entries in order to save some space (the default
 #		text format uses about 2.5 times the size of minimal binary
 #		format)
 #