Skip to content
Snippets Groups Projects
Commit 29357151 authored by James Housley's avatar James Housley
Browse files

Fix spelling error in error message

parent 6606ae6f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment