From 8a7c4c017f4ee44b15ea5caa6fed81408f3f2f07 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 3 Jun 2016 20:44:37 +0200 Subject: [PATCH] Fix typo in http_client.h (cherry picked from commit b4fb4a131dcfc4b62b07e33430d638c0813c3b71) --- core/io/http_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/io/http_client.h b/core/io/http_client.h index e1386813969..c2f79c4ce60 100644 --- a/core/io/http_client.h +++ b/core/io/http_client.h @@ -40,7 +40,7 @@ class HTTPClient : public Reference { OBJ_TYPE(HTTPClient,Reference); public: - enum RespondeCode { + enum ResponseCode { // 1xx informational RESPONSE_CONTINUE = 100,