Fix typo in http_client.h

(cherry picked from commit b4fb4a131d)
This commit is contained in:
J08nY 2016-06-03 20:44:37 +02:00 committed by Rémi Verschelde
parent f22e13d24e
commit 8a7c4c017f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class HTTPClient : public Reference {
OBJ_TYPE(HTTPClient,Reference);
public:
enum RespondeCode {
enum ResponseCode {
// 1xx informational
RESPONSE_CONTINUE = 100,