Skip to content

Commit

Permalink
iox-eclipse-iceoryx#583 fix "propagate" in doxygen comments
Browse files Browse the repository at this point in the history
Signed-off-by: Manel Melaouhi <external.Manel.Melaouhi@de.bosch.com>
  • Loading branch information
manel94 authored and marthtz committed Mar 25, 2021
1 parent f2a1234 commit 371f550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iceoryx_dds/include/iceoryx_dds/gateway/dds_to_iox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DDS2IceoryxGateway : public gateway_t
DDS2IceoryxGateway() noexcept;

/// @brief Set DDS to iceoryx gateway object
/// @param[in] channelFactory the channel factory to propogate data across
/// @param[in] channelFactory the channel factory to propagate data across
DDS2IceoryxGateway(ChannelFactory channelFactory) noexcept;

/// @brief Load the provided gateway configuration
Expand All @@ -54,7 +54,7 @@ class DDS2IceoryxGateway : public gateway_t
void discover(const capro::CaproMessage& msg) noexcept;

/// @brief forward data between the two terminals of the channel used by the implementation.
/// @param[in] channel the channel to propogate data across.
/// @param[in] channel the channel to propagate data across.
void forward(const channel_t& channel) noexcept;

private:
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_dds/include/iceoryx_dds/gateway/iox_to_dds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Iceoryx2DDSGateway : public gateway_t
void discover(const capro::CaproMessage& msg) noexcept;

/// @brief Forward data between the two terminals of the channel used by the implementation.
/// @param[in] channel The channel to propogate data across.
/// @param[in] channel The channel to propagate data across.
void forward(const channel_t& channel) noexcept;

private:
Expand Down

0 comments on commit 371f550

Please sign in to comment.