mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
Merge pull request #494 from mapreri/typo
Fix typo s/destroied/destroyed/
This commit is contained in:
commit
edd0a11fb5
@ -1622,7 +1622,7 @@ bool S3fsCurl::CreateCurlHandle(bool force)
|
|||||||
S3FS_PRN_ERR("could not destroy handle.");
|
S3FS_PRN_ERR("could not destroy handle.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
S3FS_PRN_INFO3("already has handle, so destroied it.");
|
S3FS_PRN_INFO3("already has handle, so destroyed it.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(NULL == (hCurl = sCurlPool->GetHandler())){
|
if(NULL == (hCurl = sCurlPool->GetHandler())){
|
||||||
|
Loading…
Reference in New Issue
Block a user