From 2a2de434b552534c0402736eb81d00ac6e316fde Mon Sep 17 00:00:00 2001 From: CoD-Segfault Date: Sat, 6 May 2017 19:17:45 +0000 Subject: [PATCH] Fix typo in comment --- examples/mqtt_esp8266/mqtt_esp8266.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mqtt_esp8266/mqtt_esp8266.ino b/examples/mqtt_esp8266/mqtt_esp8266.ino index a8c3b0e..2310166 100644 --- a/examples/mqtt_esp8266/mqtt_esp8266.ino +++ b/examples/mqtt_esp8266/mqtt_esp8266.ino @@ -35,7 +35,7 @@ // Create an ESP8266 WiFiClient class to connect to the MQTT server. WiFiClient client; -// or... use WiFiFlientSecure for SSL +// or... use WiFiClientSecure for SSL //WiFiClientSecure client; // Setup the MQTT client class by passing in the WiFi client and MQTT server and login details.