tidy-up: miscellaneous

- GHA/checkdocs: rename `spellcheck` job to `pyspelling` to say
  the exact tool used.
- GHA/checkdocs: restore a comment.
- GHA/linux: add `-B .` to a cmake configure to avoid warning, and
  future breakage.
- autotools: use correct casing for `Schannel`.
- doh: update RFC URL.
- drop redundant parenthesis.
- fix indentation, whitespace.

Closes #18756
This commit is contained in:
Viktor Szakats 2025-09-16 19:28:27 +02:00
parent 8538856662
commit 95e50ad694
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
11 changed files with 30 additions and 34 deletions

View file

@ -178,7 +178,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
x=CURLOPT_ERRORBUFFER;
x=CURLOPT_STDERR;
x=CURLOPT_VERBOSE;
if (x) {;}
if(x) {;}
]])],libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no)
CPPFLAGS=$_libcurl_save_cppflags