Corrected typo
authoraland <aland>
Sun, 9 Sep 2007 16:24:06 +0000 (16:24 +0000)
committeraland <aland>
Sun, 9 Sep 2007 16:24:06 +0000 (16:24 +0000)
src/modules/rlm_eap/types/rlm_eap_peap/peap.c

index a5cefa6..eb27afa 100644 (file)
@@ -631,7 +631,7 @@ int eappeap_process(EAP_HANDLER *handler, tls_session_t *tls_session)
                return RLM_MODULE_REJECT;
 
        } else if (t->status == PEAP_STATUS_SENT_TLV_FAILURE) {
-               DEBUG2("  rlm_eap_peap:  Had sent TLV failure.  User was rejcted rejected earlier in this session.");
+               DEBUG2("  rlm_eap_peap:  Had sent TLV failure.  User was rejected earlier in this session.");
                return RLM_MODULE_REJECT;
        }