Skip to content

Commit 61b83f8

Browse files
authored
Merge pull request #27 from per1234/fix-typo
Correct misspelled word in comment
2 parents f9efb56 + e5ab154 commit 61b83f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TembooMQTTEdgeDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#define TEMBOO_ERROR_MQTT_BUFFER_OVERFLOW (906)
7373
/*
7474
* There was more data to be returned in the packet data than could
75-
* fit in the return buffer. Incease MAX_RESPONSE_SIZE to read more
75+
* fit in the return buffer. Increase MAX_RESPONSE_SIZE to read more
7676
* of the packet response
7777
*/
7878
#define TEMBOO_ERROR_MQTT_DATA_TRUNCATED (907)

0 commit comments

Comments
 (0)