Skip to content

Commit

Permalink
Refs #21077: Spelling
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
  • Loading branch information
cferreiragonz committed May 23, 2024
1 parent 0d271c6 commit 9eaef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/fastdds/domain/DomainParticipantImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ bool DomainParticipantImpl::can_qos_be_updated(
if (!(to.properties() == from.properties()))
{
updatable = false;
EPROSIMA_LOG_WARNING(RTPS_QOS_CHECK, "PropertyPolilyQos cannot be changed after the participant is enabled");
EPROSIMA_LOG_WARNING(RTPS_QOS_CHECK, "PropertyPolicyQos cannot be changed after the participant is enabled");
}
if (!(to.wire_protocol() == from.wire_protocol()))
{
Expand Down

0 comments on commit 9eaef17

Please sign in to comment.