mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:37:20 +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
|
|
@ -730,7 +730,7 @@ static CURLcode single_transfer(struct GlobalConfig *global,
|
|||
if(config->postfields) {
|
||||
if(config->use_httpget) {
|
||||
if(!httpgetfields) {
|
||||
/* Use the postfields data for a http get */
|
||||
/* Use the postfields data for an HTTP get */
|
||||
httpgetfields = state->httpgetfields = strdup(config->postfields);
|
||||
Curl_safefree(config->postfields);
|
||||
if(!httpgetfields) {
|
||||
|
|
|
|||
|
|
@ -350,7 +350,7 @@ static bool peek_ipv6(const char *str, size_t *skip)
|
|||
memcpy(hostname, str, hlen);
|
||||
hostname[hlen] = 0;
|
||||
|
||||
/* ask to "guess scheme" as then it works without a https:// prefix */
|
||||
/* ask to "guess scheme" as then it works without an https:// prefix */
|
||||
rc = curl_url_set(u, CURLUPART_URL, hostname, CURLU_GUESS_SCHEME);
|
||||
|
||||
curl_url_cleanup(u);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue