mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-12 23:46:30 +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.");
|
||||
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())){
|
||||
|
Loading…
Reference in New Issue
Block a user