Typo fix: doesnot => does not
authorHerwin Weststrate <herwin@quarantainenet.nl>
Thu, 6 Aug 2015 08:28:48 +0000 (10:28 +0200)
committerHerwin Weststrate <herwin@quarantainenet.nl>
Mon, 21 Sep 2015 10:00:55 +0000 (12:00 +0200)
doc/modules/rlm_eap
src/modules/rlm_eap/types/rlm_eap_leap/eap_leap.h
src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.h

index 0d87d01..00562de 100644 (file)
@@ -308,7 +308,7 @@ HOW DO I USE IT (FAQ/Examples)
    Once EAP-Identity response is received by the server, based on the
    default_eap_type, the server will send a new request (MD5-Challenge
    request incase of md5, TLS-START request incase of tls) to the supplicant.
-   If the supplicant is rfc2284 compliant and doesnot support the
+   If the supplicant is rfc2284 compliant and does not support the
    EAP-Type sent by the server then it sends EAP-Acknowledge with the
    supported EAP-Type. If this EAP-Type is supported by the server then it
    will send the respective EAP-request.
index 2a78567..57ecaed 100644 (file)
@@ -18,7 +18,7 @@ RCSIDH(eap_leap_h, "$Id$")
 
 /*
  ****
- * EAP - LEAP doesnot specify code, id & length but chap specifies them,
+ * EAP - LEAP does not specify code, id & length but chap specifies them,
  *     for generalization purpose, complete header should be sent
  *     and not just value_size, value and name.
  *     future implementation.
index 5fc4697..aafa407 100644 (file)
@@ -16,7 +16,7 @@ RCSIDH(eap_md5_h, "$Id$")
 
 /*
  ****
- * EAP - MD5 doesnot specify code, id & length but chap specifies them,
+ * EAP - MD5 does not specify code, id & length but chap specifies them,
  *     for generalization purpose, complete header should be sent
  *     and not just value_size, value and name.
  *     future implementation.