From: Jouni Malinen Date: Sun, 26 Jan 2020 10:50:44 +0000 (+0200) Subject: TLS: Fix a typo in a debug message X-Git-Tag: hostap_2_10~1921 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd66b8295cda0d25bd2656bcd68d6172e01e3322;p=thirdparty%2Fhostap.git TLS: Fix a typo in a debug message Signed-off-by: Jouni Malinen --- diff --git a/src/tls/tlsv1_client_read.c b/src/tls/tlsv1_client_read.c index 80874e59d..a4797bbb8 100644 --- a/src/tls/tlsv1_client_read.c +++ b/src/tls/tlsv1_client_read.c @@ -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];