aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJ08nY2016-06-03 20:44:37 +0200
committerJ08nY2016-06-03 21:48:20 +0200
commitb4fb4a131dcfc4b62b07e33430d638c0813c3b71 (patch)
tree7bc46bafa10a3f4629e26bb906217d25da3167e8 /core
parentbff77d731fbfc51f4b7cbb3a1a72d9fd3995d631 (diff)
downloadgodot-b4fb4a131dcfc4b62b07e33430d638c0813c3b71.tar.gz
godot-b4fb4a131dcfc4b62b07e33430d638c0813c3b71.tar.zst
godot-b4fb4a131dcfc4b62b07e33430d638c0813c3b71.zip
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 a9cfb1ed7..ceb0273a7 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,