]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
TLS: Fix a typo in a debug message
authorJouni Malinen <j@w1.fi>
Sun, 26 Jan 2020 10:50:44 +0000 (12:50 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Jan 2020 10:50:44 +0000 (12:50 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/tlsv1_client_read.c

index 80874e59d1de52c99a03cd6f1be645f00ffc2e99..a4797bbb886c9335d8ec06dacb3067fa81ada70d 100644 (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];