]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo fix: doesnot => does not 1258/head
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 0d87d01183256f6cf1cd1fcf16d064f88191ad0f..00562de2a9ed2ef18eeea62a8249feabefb228e4 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 2a7856750cfc162e59cf32d9139af8d6a1588d41..57ecaedf8543e762389f70945a36edf7349d7b40 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 5fc46972ee61513f468840dc8ebbfb0b6a83970b..aafa407c44f3b69e7ce648ea1f8567417501fc5f 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.