Fix typo s/destroied/destroyed/

This commit is contained in:
Mattia Rizzolo 2016-11-11 23:27:17 +00:00
parent efde0ec9de
commit 8c0b1d9c5b
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

View File

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