Merge pull request #494 from mapreri/typo

Fix typo s/destroied/destroyed/
This commit is contained in:
Takeshi Nakatani 2016-11-20 05:53:23 +09:00 committed by GitHub
commit edd0a11fb5

View File

@ -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())){