Skip to content

Commit de886e7

Browse files
committed
fixed misspelling
1 parent a47d751 commit de886e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/MqttClient.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ int MqttClient::endMessage()
260260
}
261261

262262
/**
263-
* @brief Publish a MQTT messages to the broker.
263+
* @brief Publish a MQTT message 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 Publish a MQTT messages to the broker.
284+
* @brief Publish a MQTT message 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 Publish a MQTT messages to the broker.
299+
* @brief Publish a MQTT message 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 Publish a MQTT messages to the broker.
314+
* @brief Publish a MQTT message to the broker.
315315
*
316316
* @param topic The topic to publish to.
317317
* @param payload The payload to publish.

0 commit comments

Comments
 (0)