浏览代码

Fix typo in http_client.h

J08nY 9 年之前
父节点
当前提交
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,