mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Fix typo in http_client.h
This commit is contained in:
parent
bff77d731f
commit
b4fb4a131d
@ -40,7 +40,7 @@ class HTTPClient : public Reference {
|
||||
OBJ_TYPE(HTTPClient,Reference);
|
||||
public:
|
||||
|
||||
enum RespondeCode {
|
||||
enum ResponseCode {
|
||||
|
||||
// 1xx informational
|
||||
RESPONSE_CONTINUE = 100,
|
||||
|
Loading…
x
Reference in New Issue
Block a user