From 26d9feb4a721cc3ab837a3e708015037b10aad2d Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 12 Mar 2024 17:06:03 +0100 Subject: [PATCH] fix(docs): typo --- src/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet.h b/src/packet.h index 29c6729..afc6cc1 100644 --- a/src/packet.h +++ b/src/packet.h @@ -115,7 +115,7 @@ lwmqtt_err_t lwmqtt_encode_ack(uint8_t *buf, size_t buf_len, size_t *len, lwmqtt * @param dup The dup flag. * @param packet_id The packet id. * @param topic The topic. - * @parma msg The message. + * @param msg The message. * @return An error value. */ lwmqtt_err_t lwmqtt_decode_publish(uint8_t *buf, size_t buf_len, bool *dup, uint16_t *packet_id, lwmqtt_string_t *topic,