From cd66b8295cda0d25bd2656bcd68d6172e01e3322 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 26 Jan 2020 12:50:44 +0200 Subject: [PATCH] TLS: Fix a typo in a debug message Signed-off-by: Jouni Malinen --- src/tls/tlsv1_client_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];