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.