From 0ca9575347706be800545c2cd032dd58566b026b Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Fri, 4 Oct 2019 14:55:25 -0400 Subject: [PATCH] Correct spelling --- examples/WiFiAdvancedCallback/WiFiAdvancedCallback.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/WiFiAdvancedCallback/WiFiAdvancedCallback.ino b/examples/WiFiAdvancedCallback/WiFiAdvancedCallback.ino index 0259b64..d1aa518 100644 --- a/examples/WiFiAdvancedCallback/WiFiAdvancedCallback.ino +++ b/examples/WiFiAdvancedCallback/WiFiAdvancedCallback.ino @@ -100,7 +100,7 @@ void setup() { Serial.println(); // subscribe to a topic - // the second paramter set's the QoS of the subscription, + // the second parameter set's the QoS of the subscription, // the the library supports subscribing at QoS 0, 1, or 2 int subscribeQos = 1;