diff options
author | J08nY <jancar.jj@gmail.com> | 2016-06-03 20:44:37 +0200 |
---|---|---|
committer | J08nY <jancar.jj@gmail.com> | 2016-06-03 21:48:20 +0200 |
commit | b4fb4a131dcfc4b62b07e33430d638c0813c3b71 (patch) | |
tree | 7bc46bafa10a3f4629e26bb906217d25da3167e8 /core/io | |
parent | bff77d731fbfc51f4b7cbb3a1a72d9fd3995d631 (diff) |
Fix typo in http_client.h
Diffstat (limited to 'core/io')
-rw-r--r-- | core/io/http_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/http_client.h b/core/io/http_client.h index a9cfb1ed73..ceb0273a7d 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, |