summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMalikIdreesHasa <77000356+MalikIdreesHasanKhan@users.noreply.github.com>2021-10-21 05:41:22 +0000
committerJay Satiro <raysatiro@yahoo.com>2021-10-21 03:25:44 -0400
commitf0053491c0dff79131ec90485a97f17212b58c85 (patch)
treee49882f8a1996b320b3d43228fcb2ddbc20ad44d /configure.ac
parent4a3c324add010e65826965b586a2beea45ff8723 (diff)
downloadcurl-f0053491c0dff79131ec90485a97f17212b58c85.tar.gz
build: fix typos
Closes https://github.com/curl/curl/pull/7886
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 37cf62b56..6606a7afc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4075,7 +4075,7 @@ if test "x$CURL_WITH_MULTI_SSL" = "x1"; then
SUPPORT_FEATURES="$SUPPORT_FEATURES MultiSSL"
fi
-dnl if not explictily turned off, HTTPS-proxy comes with some TLS backends
+dnl if not explicitly turned off, HTTPS-proxy comes with some TLS backends
if test "x$https_proxy" != "xno"; then
if test "x$OPENSSL_ENABLED" = "x1" -o "x$GNUTLS_ENABLED" = "x1" \
-o "x$NSS_ENABLED" = "x1"; then