Skip to content

Commit

Permalink
fixed misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hmueller01 committed Nov 17, 2024
1 parent a47d751 commit de886e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/MqttClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ int MqttClient::endMessage()
}

/**
* @brief Publish a MQTT messages to the broker.
* @brief Publish a MQTT message to the broker.
*
* @param topic The topic to publish to.
* @param payload The payload to publish.
Expand All @@ -281,7 +281,7 @@ int MqttClient::publish(const char* topic, const char* payload, bool retain, uin
}

/**
* @brief Publish a MQTT messages to the broker.
* @brief Publish a MQTT message to the broker.
*
* @param topic The topic to publish to.
* @param payload The payload to publish.
Expand All @@ -296,7 +296,7 @@ int MqttClient::publish(const String& topic, const char* payload, bool retain, u
}

/**
* @brief Publish a MQTT messages to the broker.
* @brief Publish a MQTT message to the broker.
*
* @param topic The topic to publish to.
* @param payload The payload to publish.
Expand All @@ -311,7 +311,7 @@ int MqttClient::publish(const char* topic, String& payload, bool retain, uint8_t
}

/**
* @brief Publish a MQTT messages to the broker.
* @brief Publish a MQTT message to the broker.
*
* @param topic The topic to publish to.
* @param payload The payload to publish.
Expand Down

0 comments on commit de886e7

Please sign in to comment.