Signed-off-by: tbeu <tc@tbeu.de>
This commit is contained in:
tbeu 2018-08-25 21:39:48 +02:00
parent 354f84cbb7
commit 4199975ce8
2 changed files with 2 additions and 2 deletions

View File

@ -288,7 +288,7 @@ typedef struct
* been retained by the MQTT server.
*
* <b>retained = false</b> <br>
* 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.

View File

@ -297,7 +297,7 @@ typedef struct
* been retained by the MQTT server.
*
* <b>retained = false</b> <br>
* 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.