mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +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
|
|
@ -649,7 +649,7 @@ which of them to use. Default address can also be used:
|
|||
curl -P - ftp.download.com
|
||||
|
||||
Download with `PORT` but use the IP address of our `le0` interface (this does
|
||||
not work on windows):
|
||||
not work on Windows):
|
||||
|
||||
curl -P le0 ftp.download.com
|
||||
|
||||
|
|
@ -829,7 +829,7 @@ The usage of the `-x`/`--proxy` flag overrides the environment variables.
|
|||
Unix introduced the `.netrc` concept a long time ago. It is a way for a user
|
||||
to specify name and password for commonly visited FTP sites in a file so that
|
||||
you do not have to type them in each time you visit those sites. You realize
|
||||
this is a big security risk if someone else gets hold of your passwords, so
|
||||
this is a big security risk if someone else gets hold of your passwords,
|
||||
therefore most Unix programs will not read this file unless it is only readable
|
||||
by yourself (curl does not care though).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue