mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-04-02 14:41:52 +00:00
Fix typo s/destroied/destroyed/
This commit is contained in:
parent
efde0ec9de
commit
8c0b1d9c5b
@ -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…
x
Reference in New Issue
Block a user