diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2012-07-20 21:02:58 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2012-07-20 21:02:58 +0200 |
commit | cb787b70bf5fa16bc1f83405c16d6c092e6daf46 (patch) | |
tree | 608f11773126a15abef376b5991a75b67dea0265 /docs/MANUAL | |
parent | 0f15ed1617b0798c0469103a8b431f5d5ce9b01c (diff) | |
download | curl-cb787b70bf5fa16bc1f83405c16d6c092e6daf46.tar.gz |
Fixed some typos in documentation
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index da073104c..b78d57d81 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -613,7 +613,7 @@ SFTP and SCP and PATH NAMES FTP and firewalls The FTP protocol requires one of the involved parties to open a second - connection as soon as data is about to get transfered. There are two ways to + connection as soon as data is about to get transferred. There are two ways to do this. The default way for curl is to issue the PASV command which causes the |