Fix various typos

Found via `codespell -q 2` (v1.17.0.dev0)
This commit is contained in:
luz.paz
2019-09-20 13:35:56 -04:00
parent a1f297aa83
commit 3adf3e6a5a
6 changed files with 13 additions and 13 deletions

View File

@@ -74,7 +74,7 @@ function::
static char *request(const char *url);
It takes the URL as a parameter, preforms a HTTP GET request, and
It takes the URL as a parameter, performs a HTTP GET request, and
returns a newly allocated string that contains the response body. If
the request fails, an error message is printed to stderr and the
return value is *NULL*. For full details, refer to :download:`the code