Skip to content

Commit 136f0bf

Browse files
committed
Fixing spelling mistake
1 parent 3bcb5e0 commit 136f0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloudTCP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_SubscribeMqttTopics()
273273

274274
ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_RequestLastValues()
275275
{
276-
/* Check wether or not we need to send a new request. */
276+
/* Check whether or not we need to send a new request. */
277277
unsigned long const now = millis();
278278
if ((now - _lastSyncRequestTickTime) > TIMEOUT_FOR_LASTVALUES_SYNC)
279279
{

0 commit comments

Comments
 (0)