From 1128616c546c78e4c00277478e2f21fcbadb5ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Kr=C3=B3lik?= <66667989+Damian-Nordic@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:08:42 +0100 Subject: [PATCH] [mrp] Post-merge review: fix typos in comments (#24584) Signed-off-by: Damian Krolik Signed-off-by: Damian Krolik --- src/messaging/ReliableMessageProtocolConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/messaging/ReliableMessageProtocolConfig.h b/src/messaging/ReliableMessageProtocolConfig.h index 56b70a0d00d336..859dcb4703d59d 100644 --- a/src/messaging/ReliableMessageProtocolConfig.h +++ b/src/messaging/ReliableMessageProtocolConfig.h @@ -149,10 +149,10 @@ namespace chip { * * @brief * A constant value that should be added to the calculated retransmission - * timeout when the present node tramsmits a message. + * timeout when the present node transmits a message. * * The purpose for this constant is to limit the possibility of spurious - * rertansmissions in the scenario in which a sender that operates in a high- + * retransmissions in the scenario in which a sender that operates in a high- * latency network (such as Thread) sends a message to a receiver that operates * in a low-latency network (such as Wi-Fi). In this scenario, the SAI and SII * parameters advertised by the receiver are low although the average round-