docs: correct spelling errors and a broken link

Update grammar and spelling in docs and source code comments.

Closes: #7427
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
Nyholm 2021-07-17 17:45:38 -07:00 committed by Daniel Gustafsson
parent 2c2b26145f
commit 8749ce651f
8 changed files with 16 additions and 16 deletions

View file

@ -56,7 +56,7 @@ CURLcode Curl_bufref_memdup(struct bufref *br, const void *data, size_t length);
```
Releases the previously referenced buffer, then duplicates the `length`-byte
`data` into a buffer allocated via `malloc()` and references the later
`data` into a buffer allocated via `malloc()` and references the latter
associated with destructor `curl_free()`.
An additional trailing byte is allocated and set to zero as a possible