From 4199975ce86bfa65d0f3de4392f007d5b567821e Mon Sep 17 00:00:00 2001 From: tbeu Date: Sat, 25 Aug 2018 21:39:48 +0200 Subject: [PATCH] Fix typo Signed-off-by: tbeu --- src/MQTTAsync.h | 2 +- src/MQTTClient.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MQTTAsync.h b/src/MQTTAsync.h index 61740482..93b28ec3 100644 --- a/src/MQTTAsync.h +++ b/src/MQTTAsync.h @@ -288,7 +288,7 @@ typedef struct * been retained by the MQTT server. * * retained = false
- * For publishers, this ndicates that this message should not be retained + * For publishers, this indicates that this message should not be retained * by the MQTT server. For subscribers, a false setting indicates this is * a normal message, received as a result of it being published to the * server. diff --git a/src/MQTTClient.h b/src/MQTTClient.h index 3dfbe891..d7d69d80 100644 --- a/src/MQTTClient.h +++ b/src/MQTTClient.h @@ -297,7 +297,7 @@ typedef struct * been retained by the MQTT server. * * retained = false
- * For publishers, this ndicates that this message should not be retained + * For publishers, this indicates that this message should not be retained * by the MQTT server. For subscribers, a false setting indicates this is * a normal message, received as a result of it being published to the * server.