Skip to content

Commit 3f56028

Browse files
committed
Refs #21433: Typo
Signed-off-by: cferreiragonz <[email protected]>
1 parent b067402 commit 3f56028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)