mirror of
https://github.com/HEYAHONG/Air780EDemo.git
synced 2025-05-08 18:39:47 +08:00
修复文字错误
This commit is contained in:
parent
2ee5e72480
commit
79565f0dd3
@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user