mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
misc: typo and grammar fixes
- Replace `Github` with `GitHub`. - Replace `windows` with `Windows` - Replace `advice` with `advise` where a verb is used. - A few fixes on removing repeated words. - Replace `a HTTP` with `an HTTP` Closes #9802
This commit is contained in:
parent
b7260c4fda
commit
4484270afc
57 changed files with 106 additions and 106 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Rustls
|
||||
|
||||
[Rustls is a TLS backend written in Rust.](https://docs.rs/rustls/). Curl can
|
||||
[Rustls is a TLS backend written in Rust](https://docs.rs/rustls/). Curl can
|
||||
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.8.2 of rustls-ffi.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue