@@ -260,7 +260,7 @@ int MqttClient::endMessage()
260260}
261261
262262/* *
263- * @brief Pubish a MQTT messages to the broker.
263+ * @brief Publish a MQTT messages to the broker.
264264 *
265265 * @param topic The topic to publish to.
266266 * @param payload The payload to publish.
@@ -281,7 +281,7 @@ int MqttClient::publish(const char* topic, const char* payload, bool retain, uin
281281}
282282
283283/* *
284- * @brief Pubish a MQTT messages to the broker.
284+ * @brief Publish a MQTT messages to the broker.
285285 *
286286 * @param topic The topic to publish to.
287287 * @param payload The payload to publish.
@@ -296,7 +296,7 @@ int MqttClient::publish(const String& topic, const char* payload, bool retain, u
296296}
297297
298298/* *
299- * @brief Pubish a MQTT messages to the broker.
299+ * @brief Publish a MQTT messages to the broker.
300300 *
301301 * @param topic The topic to publish to.
302302 * @param payload The payload to publish.
@@ -311,7 +311,7 @@ int MqttClient::publish(const char* topic, String& payload, bool retain, uint8_t
311311}
312312
313313/* *
314- * @brief Pubish a MQTT messages to the broker.
314+ * @brief Publish a MQTT messages to the broker.
315315 *
316316 * @param topic The topic to publish to.
317317 * @param payload The payload to publish.
0 commit comments