diff --git a/src/eap-tls-common.c b/src/eap-tls-common.c index cbaeca2e..5a757455 100644 --- a/src/eap-tls-common.c +++ b/src/eap-tls-common.c @@ -853,7 +853,7 @@ void eap_tls_common_set_completed(struct eap_state *eap) eap_tls->method_completed = true; } -void eap_tls_common_set_phase2_faild(struct eap_state *eap) +void eap_tls_common_set_phase2_failed(struct eap_state *eap) { struct eap_tls_state *eap_tls = eap_get_data(eap); diff --git a/src/eap-tls-common.h b/src/eap-tls-common.h index 731eba86..0bb074f1 100644 --- a/src/eap-tls-common.h +++ b/src/eap-tls-common.h @@ -53,7 +53,7 @@ bool eap_tls_common_state_reset(struct eap_state *eap); void eap_tls_common_state_free(struct eap_state *eap); void eap_tls_common_set_completed(struct eap_state *eap); -void eap_tls_common_set_phase2_faild(struct eap_state *eap); +void eap_tls_common_set_phase2_failed(struct eap_state *eap); void eap_tls_common_handle_request(struct eap_state *eap, const uint8_t *pkt, size_t len);