From 0c76795cafe0fccab41b3adc1be08cb81d55024f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Feb 2020 15:18:38 +0100 Subject: cleanup: comment typos Spotted by 'codespell' Closes #4957 --- lib/vssh/libssh.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/vssh/libssh.c') diff --git a/lib/vssh/libssh.c b/lib/vssh/libssh.c index 62a7f1960..f66db318d 100644 --- a/lib/vssh/libssh.c +++ b/lib/vssh/libssh.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2017 - 2019 Red Hat, Inc. + * Copyright (C) 2017 - 2020 Red Hat, Inc. * * Authors: Nikos Mavrogiannopoulos, Tomas Mraz, Stanislav Zidek, * Robert Kolcun, Andreas Schneider @@ -1586,7 +1586,6 @@ static CURLcode myssh_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 = size - data->state.resume_from; data->req.maxdownload = size - data->state.resume_from; -- cgit v1.2.3