修复文字错误

This commit is contained in:
HEYAHONG 2023-12-27 12:39:02 +08:00
parent 2ee5e72480
commit 79565f0dd3
No known key found for this signature in database
GPG Key ID: 97E3E469FE2C920B

View File

@ -196,7 +196,7 @@ public:
}
return -1;
}
void destory()
void destroy()
{
if(client!=NULL)
{
@ -212,7 +212,7 @@ public:
const httpclient &operator =(const httpclient &oths)=delete;
virtual ~httpclient()
{
destory();
destroy();
}
};