Browse Source

Fix a typo in domain_suffix_match documentation

Spell SubjectName correctly.

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
e24aef10cf
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/eap_peer/eap_config.h
  2. 1 1
      wpa_supplicant/README-HS20
  3. 1 1
      wpa_supplicant/config.h

+ 1 - 1
src/eap_peer/eap_config.h

@@ -217,7 +217,7 @@ struct eap_peer_config {
 	 * If set, this FQDN is used as a suffix match requirement for the
 	 * If set, this FQDN is used as a suffix match requirement for the
 	 * server certificate in SubjectAltName dNSName element(s). If a
 	 * server certificate in SubjectAltName dNSName element(s). If a
 	 * matching dNSName is found, this constraint is met. If no dNSName
 	 * matching dNSName is found, this constraint is met. If no dNSName
-	 * values are present, this constraint is matched against SubjetName CN
+	 * values are present, this constraint is matched against SubjectName CN
 	 * using same suffix match comparison. Suffix match here means that the
 	 * using same suffix match comparison. Suffix match here means that the
 	 * host/domain name is compared one label at a time starting from the
 	 * host/domain name is compared one label at a time starting from the
 	 * top-level domain and all the labels in domain_suffix_match shall be
 	 * top-level domain and all the labels in domain_suffix_match shall be

+ 1 - 1
wpa_supplicant/README-HS20

@@ -172,7 +172,7 @@ Credentials can be pre-configured for automatic network selection:
 #	If set, this FQDN is used as a suffix match requirement for the AAA
 #	If set, this FQDN is used as a suffix match requirement for the AAA
 #	server certificate in SubjectAltName dNSName element(s). If a
 #	server certificate in SubjectAltName dNSName element(s). If a
 #	matching dNSName is found, this constraint is met. If no dNSName
 #	matching dNSName is found, this constraint is met. If no dNSName
-#	values are present, this constraint is matched against SubjetName CN
+#	values are present, this constraint is matched against SubjectName CN
 #	using same suffix match comparison. Suffix match here means that the
 #	using same suffix match comparison. Suffix match here means that the
 #	host/domain name is compared one label at a time starting from the
 #	host/domain name is compared one label at a time starting from the
 #	top-level domain and all the labels in @domain_suffix_match shall be
 #	top-level domain and all the labels in @domain_suffix_match shall be

+ 1 - 1
wpa_supplicant/config.h

@@ -166,7 +166,7 @@ struct wpa_cred {
 	 * If set, this FQDN is used as a suffix match requirement for the AAA
 	 * If set, this FQDN is used as a suffix match requirement for the AAA
 	 * server certificate in SubjectAltName dNSName element(s). If a
 	 * server certificate in SubjectAltName dNSName element(s). If a
 	 * matching dNSName is found, this constraint is met. If no dNSName
 	 * matching dNSName is found, this constraint is met. If no dNSName
-	 * values are present, this constraint is matched against SubjetName CN
+	 * values are present, this constraint is matched against SubjectName CN
 	 * using same suffix match comparison. Suffix match here means that the
 	 * using same suffix match comparison. Suffix match here means that the
 	 * host/domain name is compared one label at a time starting from the
 	 * host/domain name is compared one label at a time starting from the
 	 * top-level domain and all the labels in @domain_suffix_match shall be
 	 * top-level domain and all the labels in @domain_suffix_match shall be