docs: spell it Rustls with a capital R

I believe this is how the project itself uses it.

Closes #19702
This commit is contained in:
Daniel Stenberg 2025-11-26 00:47:04 +01:00
parent 4041eea61e
commit ea7df8d076
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
15 changed files with 18 additions and 18 deletions

View file

@ -141,7 +141,7 @@ These options are provided to select the TLS backend to use.
- GnuTLS: `--with-gnutls`.
- mbedTLS: `--with-mbedtls`
- OpenSSL: `--with-openssl` (also for BoringSSL, AWS-LC, LibreSSL, and quictls)
- rustls: `--with-rustls`
- Rustls: `--with-rustls`
- Schannel: `--with-schannel`
- wolfSSL: `--with-wolfssl`