Skip to content

Commit

Permalink
libcurl-http-download.md: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ceh authored and bagder committed Jan 29, 2017
1 parent a35be70 commit 1ddb1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcurl-http-download.md
Expand Up @@ -17,7 +17,7 @@ there's the `CURLOPT_HTTPGET` option:

### Download headers too

A HTTP transfer also includes a set of response headers. Reponse headers are
A HTTP transfer also includes a set of response headers. Response headers are
metadata associated with the actual payload, called the response body. All
downloads will get a set of headers too, but when using libcurl you can select
whether you want to have them downloaded (seen) or not.
Expand Down

0 comments on commit 1ddb1af

Please sign in to comment.