mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
Fix spelling error in error message
This commit is contained in:
parent
6606ae6fe0
commit
29357151af
@ -1125,7 +1125,7 @@ CURLcode Curl_scp_do(struct connectdata *conn, bool *done)
|
|||||||
|
|
||||||
if (conn->data->set.upload) {
|
if (conn->data->set.upload) {
|
||||||
if(conn->data->set.infilesize < 0) {
|
if(conn->data->set.infilesize < 0) {
|
||||||
failf(conn->data, "SCP requries a known file size for upload");
|
failf(conn->data, "SCP requires a known file size for upload");
|
||||||
return CURLE_UPLOAD_FAILED;
|
return CURLE_UPLOAD_FAILED;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user