You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixes small typos and grammar correction
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user