We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88be34e commit 8258db5Copy full SHA for 8258db5
libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp
@@ -221,7 +221,7 @@ int WiFiClientSecure::connect(IPAddress ip, uint16_t port) {
221
int WiFiClientSecure::connect(const char* name, uint16_t port) {
222
IPAddress remote_addr;
223
if (!WiFi.hostByName(name, remote_addr)) {
224
- DEBUG_BSSL("connect: Name loopup failure\n");
+ DEBUG_BSSL("connect: Name lookup failure\n");
225
return 0;
226
}
227
if (!WiFiClient::connect(remote_addr, port)) {
0 commit comments