mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +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
|
|
@ -515,7 +515,7 @@ Curl_cookie_add(struct Curl_easy *data,
|
|||
return NULL; /* bail out if we're this low on memory */
|
||||
|
||||
if(httpheader) {
|
||||
/* This line was read off a HTTP-header */
|
||||
/* This line was read off an HTTP-header */
|
||||
char name[MAX_NAME];
|
||||
char what[MAX_NAME];
|
||||
const char *ptr;
|
||||
|
|
@ -864,7 +864,7 @@ Curl_cookie_add(struct Curl_easy *data,
|
|||
}
|
||||
else {
|
||||
/*
|
||||
* This line is NOT a HTTP header style line, we do offer support for
|
||||
* This line is NOT an HTTP header style line, we do offer support for
|
||||
* reading the odd netscape cookies-file format here
|
||||
*/
|
||||
char *ptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue