diff --git a/doc/website/release-notes/iceoryx-unreleased.md b/doc/website/release-notes/iceoryx-unreleased.md index cfa6032ae41..0956d11710e 100644 --- a/doc/website/release-notes/iceoryx-unreleased.md +++ b/doc/website/release-notes/iceoryx-unreleased.md @@ -1193,7 +1193,7 @@ // after #include "iceoryx_posh/roudi_env/roudi_environment.hpp" - iox::roudi_enf::RouDiEnv roudiEnv{/*config*/}; + iox::roudi_env::RouDiEnv roudiEnv{/*config*/}; // before diff --git a/iceoryx_posh/include/iceoryx_posh/internal/popo/building_blocks/unique_port_id.hpp b/iceoryx_posh/include/iceoryx_posh/internal/popo/building_blocks/unique_port_id.hpp index ab65593a05e..a6d038aa084 100644 --- a/iceoryx_posh/include/iceoryx_posh/internal/popo/building_blocks/unique_port_id.hpp +++ b/iceoryx_posh/include/iceoryx_posh/internal/popo/building_blocks/unique_port_id.hpp @@ -82,7 +82,7 @@ class UniquePortId : public NewType