summaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2019-11-28 12:57:58 +0100
committerDaniel Gustafsson <daniel@yesql.se>2019-11-28 12:58:47 +0100
commit1ff63fa69baf617eee856ea30db7ae23134e46fd (patch)
tree218d695c4a613430a1d858af99a3102fd380b9c3 /docs/TODO
parent763decc528956db20d5599a178cfd98da5fc1fd5 (diff)
downloadcurl-1ff63fa69baf617eee856ea30db7ae23134e46fd.tar.gz
docs: fix typos
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index e75c1647b..6f4919c23 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -813,7 +813,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
The SFTP code in libcurl checks the file size *before* a transfer starts and
then proceeds to transfer exactly that amount of data. If the remote file
- grows while the tranfer is in progress libcurl won't notice and will not
+ grows while the transfer is in progress libcurl won't notice and will not
adapt. The OpenSSH SFTP command line tool does and libcurl could also just
attempt to download more to see if there is more to get...