docs: fix a couple of typos

Spotted by GitHub Code Quality

Closes #21617
This commit is contained in:
Viktor Szakats 2026-05-15 00:28:02 +02:00
parent 5a869edb0f
commit cc5eb4aba9
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -176,7 +176,7 @@ fix and agree on a time schedule for publication etc. That way we produce a
fix in a timely manner before the flaw is announced to the world, reducing the
impact the problem risks having on existing users.
Security issues can also be taking to the curl security team by emailing
Security issues can also be taken to the curl security team by emailing
security at curl.se (closed list of receivers, mails are not disclosed).
## Where do I buy commercial support for curl?
@ -368,7 +368,7 @@ transfer. Study the `-Q`/`--quote` option.
Since curl is used for file transfers, you do not normally use curl to perform
FTP commands without transferring anything. Therefore you must always specify
a URL to transfer to/from even when doing custom FTP commands, or use `-I`
which implies the *no body*" option sent to libcurl.
which implies the *no body* option sent to libcurl.
## How can I disable the Accept: header?
@ -634,7 +634,7 @@ does for you, you can override those request methods by specifying `-X
`curl -X DELETE [URL]`.
It is thus pointless to do `curl -XGET [URL]` as GET would be used anyway. In
the same vein it is pointless to do `curl -X POST -d data [URL`. You can make
the same vein it is pointless to do `curl -X POST -d data [URL]`. You can make
a fun and somewhat rare request that sends a request-body in a GET request
with something like `curl -X GET -d data [URL]`.

View file

@ -44,7 +44,7 @@
# define USE_OPENSSL_SHA512_256 1
# define HAS_SHA512_256_IMPLEMENTATION 1
# ifdef __NetBSD__
/* Some NetBSD versions has a bug in SHA-512/256.
/* Some NetBSD versions have a bug in SHA-512/256.
* See https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=58039
* The problematic versions:
* - NetBSD before 9.4