aboutsummaryrefslogtreecommitdiff
path: root/lib/vssh/libssh2.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-20 15:18:38 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-21 08:38:00 +0100
commit0c76795cafe0fccab41b3adc1be08cb81d55024f (patch)
treeec686629077ff076cc3c543f3518bdaf7ad4e50b /lib/vssh/libssh2.c
parent150f45e8d1cce189a5b0b963243a8563d3d14b8e (diff)
cleanup: comment typos
Spotted by 'codespell' Closes #4957
Diffstat (limited to 'lib/vssh/libssh2.c')
-rw-r--r--lib/vssh/libssh2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vssh/libssh2.c b/lib/vssh/libssh2.c
index 92cb65132..8e043747e 100644
--- a/lib/vssh/libssh2.c
+++ b/lib/vssh/libssh2.c
@@ -2381,7 +2381,6 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
return CURLE_BAD_DOWNLOAD_RESUME;
}
}
- /* Does a completed file need to be seeked and started or closed ? */
/* Now store the number of bytes we are expected to download */
data->req.size = attrs.filesize - data->state.resume_from;
data->req.maxdownload = attrs.filesize - data->state.resume_from;