TLS: Fix a typo in a debug message

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2020-01-26 12:50:44 +02:00
parent a629409047
commit cd66b8295c

View file

@ -532,7 +532,7 @@ static int tls_process_certificate(struct tlsv1_client *conn, u8 ct,
}
} else if (conn->cred && conn->cred->cert_probe) {
wpa_printf(MSG_DEBUG,
"TLSv1: Reject server certificate on probe-only rune");
"TLSv1: Reject server certificate on probe-only run");
if (conn->event_cb) {
union tls_event_data ev;
char buf[128];