J08nY 9 лет назад
Родитель
Сommit
b4fb4a131d
1 измененных файлов с 1 добавлено и 1 удалено
  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);
 public:
 
-	enum RespondeCode {
+	enum ResponseCode {
 
 		// 1xx informational
 		RESPONSE_CONTINUE = 100,