mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Fixes small typos and grammar correction
This commit is contained in:
parent
adf233ed04
commit
91181c2086
98 changed files with 198 additions and 197 deletions
|
|
@ -335,7 +335,7 @@ bool HTTPRequest::_update_connection() {
|
|||
|
||||
call_deferred("_request_done", RESULT_CHUNKED_BODY_SIZE_MISMATCH, response_code, response_headers, PackedByteArray());
|
||||
return true;
|
||||
// Request migh have been done
|
||||
// Request might have been done
|
||||
} else {
|
||||
// Did not request yet, do request
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue