Fix spelling error in error message

This commit is contained in:
James Housley 2007-07-04 22:54:29 +00:00
parent 6606ae6fe0
commit 29357151af
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ CURLcode Curl_scp_do(struct connectdata *conn, bool *done)
if (conn->data->set.upload) {
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;
}
/*