tidy-up: spelling quiche and Rustls

Closes #14605
This commit is contained in:
Viktor Szakats 2024-08-19 16:53:40 +02:00
parent 0fb4e59269
commit c5cb8e7c7e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
25 changed files with 50 additions and 49 deletions

View file

@ -11,7 +11,7 @@ be built to use it as an alternative to OpenSSL or other TLS backends. We use
the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi/). This
version of curl depends on version v0.13.0 of rustls-ffi.
# Building with rustls
# Building with Rustls
First, [install Rust](https://rustup.rs/).
@ -22,7 +22,7 @@ Next, check out, build, and install the appropriate version of rustls-ffi:
% make
% make DESTDIR=${HOME}/rustls-ffi-built/ install
Now configure and build curl with rustls:
Now configure and build curl with Rustls:
% git clone https://github.com/curl/curl
% cd curl