From b4fb4a131dcfc4b62b07e33430d638c0813c3b71 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 --- 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 a9cfb1ed73c..ceb0273a7d2 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,