]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: fix typos
authorMalikIdreesHasa <77000356+MalikIdreesHasanKhan@users.noreply.github.com>
Thu, 21 Oct 2021 05:41:22 +0000 (05:41 +0000)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 21 Oct 2021 07:25:44 +0000 (03:25 -0400)
Closes https://github.com/curl/curl/pull/7886

RELEASE-NOTES
configure.ac

index 80d22cbb8bd94951d30a3e97d0c9f7e16bb73dc9..0ce91c3b562f5ddbeaafc9cd3417934b448aa7ce 100644 (file)
@@ -31,7 +31,7 @@ This release includes the following bugfixes:
  o cmake: add CURL_ENABLE_SSL option [46]
  o cmake: with OpenSSL, define OPENSSL_SUPPRESS_DEPRECATED [14]
  o cmdline-opts: made the 'Added:' field mandatory [37]
- o connnect: use sysaddr_un from sys/un.h or custom-defined for windows [23]
+ o connect: use sysaddr_un from sys/un.h or custom-defined for windows [23]
  o curl-openssl.m4: modify library order for openssl linking [40]
  o curl-openssl: pass argument to sed single-quoted [15]
  o curl.1: remove mentions of really old version changes [38]
index 37cf62b566a75f4fbc5d016e587e627e34e1a0a7..6606a7afc9943629017a60bc1365500b167b7194 100644 (file)
@@ -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