]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Fix spelling error in error message
authorJames Housley <jim@thehousleys.net>
Wed, 4 Jul 2007 22:54:29 +0000 (22:54 +0000)
committerJames Housley <jim@thehousleys.net>
Wed, 4 Jul 2007 22:54:29 +0000 (22:54 +0000)
lib/ssh.c

index 6a4b51ae3334aa87411b8fa263ee9c7b87d3807d..de3382698792e4ed77cad459735cca9f038f2ec5 100644 (file)
--- 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;
     }
     /*