From 84327213f88d2318658d6b9a17a515c7b32e2ba3 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Mon, 20 Nov 2023 19:54:03 +0800 Subject: [PATCH] typo fixed --- src/Http/HttpClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/HttpClient.h b/src/Http/HttpClient.h index 55a1f1e2..6a00c63a 100644 --- a/src/Http/HttpClient.h +++ b/src/Http/HttpClient.h @@ -142,7 +142,7 @@ public: void setCompleteTimeout(size_t timeout_ms); /** - * 设置htpp代理url + * 设置http代理url */ void setProxyUrl(std::string proxy_url);