Merge pull request #21982 from luzpaz/misc-typos

Misc. typos
This commit is contained in:
Rémi Verschelde
2018-09-13 10:59:00 +02:00
committed by GitHub
81 changed files with 123 additions and 123 deletions

View File

@ -349,7 +349,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;