From 2759d727e5a5d5192f35e8d49dccc968b6108e85 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Thu, 13 Dec 2018 11:54:41 +0000 Subject: [PATCH] Minor speeling fix. --- src/stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub.c b/src/stub.c index d110cf06..b1e3772b 100644 --- a/src/stub.c +++ b/src/stub.c @@ -876,7 +876,7 @@ tls_create_object(getdns_dns_req *dnsreq, int fd, getdns_upstream *upstream) } if (upstream->tls_fallback_ok) { _getdns_tls_connection_set_cipher_list(tls, NULL); - DEBUG_STUB("%s %-35s: WARNING: Using Oppotunistic TLS (fallback allowed)!\n", + DEBUG_STUB("%s %-35s: WARNING: Using Opportunistic TLS (fallback allowed)!\n", STUB_DEBUG_SETUP_TLS, __FUNC__); } else { if (upstream->tls_cipher_list)