]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: spelling 'built-in'
authorViktor Szakats <commit@vsz.me>
Tue, 20 Aug 2024 13:34:26 +0000 (15:34 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 20 Aug 2024 19:32:40 +0000 (21:32 +0200)
Closes #14613

acinclude.m4
include/curl/system.h

index 0bab9f9f171dbddfa0e446e7b43a3b00e370ed47..07c3a09e1021851b946de47869e11dc151098951 100644 (file)
@@ -1338,10 +1338,10 @@ AS_HELP_STRING([--without-ca-path], [Don't use a default CA path]),
     AC_MSG_RESULT([no])
   fi
 
-  AC_MSG_CHECKING([whether to use builtin CA store of SSL library])
+  AC_MSG_CHECKING([whether to use built-in CA store of SSL library])
   AC_ARG_WITH(ca-fallback,
-AS_HELP_STRING([--with-ca-fallback], [Use the built in CA store of the SSL library])
-AS_HELP_STRING([--without-ca-fallback], [Don't use the built in CA store of the SSL library]),
+AS_HELP_STRING([--with-ca-fallback], [Use the built-in CA store of the SSL library])
+AS_HELP_STRING([--without-ca-fallback], [Don't use the built-in CA store of the SSL library]),
   [
     if test "x$with_ca_fallback" != "xyes" -a "x$with_ca_fallback" != "xno"; then
       AC_MSG_ERROR([--with-ca-fallback only allows yes or no as parameter])
@@ -1353,7 +1353,7 @@ AS_HELP_STRING([--without-ca-fallback], [Don't use the built in CA store of the
     if test "x$OPENSSL_ENABLED" != "x1" -a "x$GNUTLS_ENABLED" != "x1"; then
       AC_MSG_ERROR([--with-ca-fallback only works with OpenSSL or GnuTLS])
     fi
-    AC_DEFINE_UNQUOTED(CURL_CA_FALLBACK, 1, [define "1" to use built in CA store of SSL library ])
+    AC_DEFINE_UNQUOTED(CURL_CA_FALLBACK, 1, [define "1" to use built-in CA store of SSL library ])
   fi
 ])
 
index 363914f20d3832388cb2b85d9258d7e3c3f28b0c..e5be25684553567d6b662c20f535c2944defef8f 100644 (file)
@@ -31,7 +31,7 @@
  * changed.
  *
  * In order to differentiate between platforms/compilers/architectures use
- * only compiler built in predefined preprocessor symbols.
+ * only compiler built-in predefined preprocessor symbols.
  *
  * curl_off_t
  * ----------