From: James Housley Date: Wed, 4 Jul 2007 22:54:29 +0000 (+0000) Subject: Fix spelling error in error message X-Git-Tag: curl-7_16_4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29357151af4b26e7a5d9e2c657166bead2a62aba;p=thirdparty%2Fcurl.git Fix spelling error in error message --- diff --git a/lib/ssh.c b/lib/ssh.c index 6a4b51ae33..de33826987 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -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; } /*