Skip to content

Commit 4654d27

Browse files
committed
Refs #21433: Typo
Signed-off-by: cferreiragonz <[email protected]>
1 parent d1d0769 commit 4654d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ ParticipantProxyData* PDPClient::createParticipantProxyData(
192192
ParticipantProxyData* pdata = add_participant_proxy_data(participant_data.m_guid, is_server, &participant_data);
193193
if (pdata != nullptr)
194194
{
195-
// Clients only assert its server lifeliness, other clients liveliness is provided
195+
// Clients only assert its server liveliness, other clients liveliness is provided
196196
// through server's PDP discovery data
197197
if (is_server)
198198
{

0 commit comments

Comments
 (0)