fixed typo
authorAlan Buxey <alan.buxey@gmail.com>
Wed, 23 Mar 2016 10:05:31 +0000 (10:05 +0000)
committerAlan Buxey <alan.buxey@gmail.com>
Wed, 23 Mar 2016 10:05:31 +0000 (10:05 +0000)
minor typo was still lurking

src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c

index aac26bc..19a94b7 100644 (file)
@@ -1766,7 +1766,7 @@ static int eaptls_authenticate(void *arg, EAP_HANDLER *handler)
 
                        /* reject if virtual server didn't return accept */
                        if (fake->reply->code != PW_AUTHENTICATION_ACK) {
-                               RDEBUG2("Certifictes were rejected by the virtual server");
+                               RDEBUG2("Certificates were rejected by the virtual server");
                                request_free(&fake);
                                eaptls_fail(handler, 0);
                                return 0;