Skip to content

Commit 381c3e5

Browse files
authored
Merge pull request #171 from frederikheld/fix/typo_in_comment
Fixes typo in comment
2 parents 569c83a + ba9a03a commit 381c3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mqtt_esp8266/mqtt_esp8266.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
// Create an ESP8266 WiFiClient class to connect to the MQTT server.
3737
WiFiClient client;
38-
// or... use WiFiFlientSecure for SSL
38+
// or... use WiFiClientSecure for SSL
3939
//WiFiClientSecure client;
4040

4141
// Setup the MQTT client class by passing in the WiFi client and MQTT server and login details.

0 commit comments

Comments
 (0)