]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fixed typo 1570/head
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 aac26bcb0cfff88376e0bfc3b59d847853b5e317..19a94b759f92affbb7d101640f01140f842db197 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;