You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix typos with codespell
Using codespell 2.2-dev from current git. Added `misc/scripts/codespell.sh` to make it easier to run it once in a while and update the skip and ignore lists.
This commit is contained in:
@@ -177,7 +177,7 @@ Error WSLClient::connect_to_host(String p_host, String p_path, uint16_t p_port,
|
||||
}
|
||||
}
|
||||
|
||||
// We assume OK while hostname resultion is pending.
|
||||
// We assume OK while hostname resolution is pending.
|
||||
Error err = _resolver_id != IP::RESOLVER_INVALID_ID ? OK : FAILED;
|
||||
while (_ip_candidates.size()) {
|
||||
err = _tcp->connect_to_host(_ip_candidates.pop_front(), p_port);
|
||||
|
||||
Reference in New Issue
Block a user