aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJ08nY2016-06-03 20:44:37 +0200
committerRémi Verschelde2016-06-05 00:00:28 +0200
commit8a7c4c017f4ee44b15ea5caa6fed81408f3f2f07 (patch)
tree65edcbd3bf2b0baa5d33992c4afee2af2f6a9693 /core
parentf22e13d24e86a4afec50d6e8e31e49cfd78a5f5d (diff)
downloadgodot-8a7c4c017f4ee44b15ea5caa6fed81408f3f2f07.tar.gz
godot-8a7c4c017f4ee44b15ea5caa6fed81408f3f2f07.tar.zst
godot-8a7c4c017f4ee44b15ea5caa6fed81408f3f2f07.zip
Fix typo in http_client.h
(cherry picked from commit b4fb4a131dcfc4b62b07e33430d638c0813c3b71)
Diffstat (limited to 'core')
-rw-r--r--core/io/http_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/http_client.h b/core/io/http_client.h
index e13868139..c2f79c4ce 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,