From a02d6a04b2c312a7e88a254a1f1f5849550d4d4b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:23:17 +0200 Subject: [PATCH] Fix typo (#523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: JLBuenoLopez-eProsima (cherry picked from commit 19f2b411b40518239eead38aea716c7f36b62b82) Co-authored-by: José Luis Bueno López <69244257+JLBuenoLopez-eProsima@users.noreply.github.com> --- docs/fastdds/transport/listening_locators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fastdds/transport/listening_locators.rst b/docs/fastdds/transport/listening_locators.rst index 73103208b..24da56a19 100644 --- a/docs/fastdds/transport/listening_locators.rst +++ b/docs/fastdds/transport/listening_locators.rst @@ -177,7 +177,7 @@ further configuring the :ref:`comm-transports-configuration`. (neither *unicast* nor *multicast*), *Fast DDS* enables one *unicast* Locator that will be used for peer-to-peer communication of :ref:`dds_layer_topic_topic` data. -For example, it is possible to prevent *multicast* traffic adding a single *user-traffic unicast* Locator +For example, it is possible to prevent *multicast* traffic adding a single *metatraffic unicast* Locator as described in :ref:`transport_disableMulticast`. Default Listening Locators always use :ref:`listening_locators_defaultPorts`.