Browse Source

Merge pull request #5025 from J08nY/master

Fix typo in http_client.h
Rémi Verschelde 9 years ago
parent
commit
cd56cad9ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/io/http_client.h

+ 1 - 1
core/io/http_client.h

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