We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d0769 commit 4654d27Copy full SHA for 4654d27
src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp
@@ -192,7 +192,7 @@ ParticipantProxyData* PDPClient::createParticipantProxyData(
192
ParticipantProxyData* pdata = add_participant_proxy_data(participant_data.m_guid, is_server, &participant_data);
193
if (pdata != nullptr)
194
{
195
- // Clients only assert its server lifeliness, other clients liveliness is provided
+ // Clients only assert its server liveliness, other clients liveliness is provided
196
// through server's PDP discovery data
197
if (is_server)
198
0 commit comments