Skip to content

Commit ba9a03a

Browse files
committed
Fixes typo in comment
1 parent 3693eb8 commit ba9a03a

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)