From 8c0b1d9c5ba3f78ffd363803d935b42455b069ec Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 11 Nov 2016 23:27:17 +0000 Subject: [PATCH] Fix typo s/destroied/destroyed/ --- src/curl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/curl.cpp b/src/curl.cpp index 96ea536..68ea5a8 100644 --- a/src/curl.cpp +++ b/src/curl.cpp @@ -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())){