mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-09 22:30:57 +00:00
Merge pull request #385 from mapreri/typo
fix typo in curl.cpp: s/returing/returning/ @mapreri thanks!
This commit is contained in:
commit
4ca1b90d00
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user