fix typo in curl.cpp: s/returing/returning/

This commit is contained in:
Mattia Rizzolo 2016-04-02 15:19:06 +00:00
parent 91861e7fcd
commit 136ec654c2
No known key found for this signature in database
GPG Key ID: 4B043FCDB9444540

View File

@ -1762,7 +1762,7 @@ int S3fsCurl::RequestPerform(void)
// Service response codes which are >= 400 && < 500
switch(LastResponseCode){
case 400:
S3FS_PRN_INFO3("HTTP response code 400 was returned, returing EIO.");
S3FS_PRN_INFO3("HTTP response code 400 was returned, returning EIO.");
S3FS_PRN_DBG("Body Text: %s", (bodydata ? bodydata->str() : ""));
return -EIO;