mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Misc. typos
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
@@ -348,7 +348,7 @@ Error HTTPClient::poll() {
|
||||
}
|
||||
|
||||
if (ssl->get_status() == StreamPeerSSL::STATUS_CONNECTED) {
|
||||
// Handshake has been successfull
|
||||
// Handshake has been successful
|
||||
handshaking = false;
|
||||
status = STATUS_CONNECTED;
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user