From 56ab73d5603ef872ec9c70d80e32abfe381bf339 Mon Sep 17 00:00:00 2001 From: EgorWeders Date: Fri, 13 Dec 2024 11:36:28 +0700 Subject: [PATCH 1/2] iox-#2390 Fixes typo --- doc/website/concepts/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/website/concepts/architecture.md b/doc/website/concepts/architecture.md index 5ee96485e7..547226390a 100644 --- a/doc/website/concepts/architecture.md +++ b/doc/website/concepts/architecture.md @@ -38,7 +38,7 @@ protocol, which is used by `iceoryx_posh` to connect and discover `popo::Publish * `version`: The namespace version contains ABI compatibilities checks. * `build`: The namespace build contains certain maximium values which can be changed before compilation. -#### Gatway library +#### Gateway library * The gateway library and its namespace `gw` contain generic abstractions to create a gateway. They are used by [`iceoryx_dds`](https://github.com/eclipse-iceoryx/iceoryx-gateway-dds). From 75db9ba87c85c5a3955478f9ff51bc7983bbf784 Mon Sep 17 00:00:00 2001 From: EgorWeders Date: Fri, 13 Dec 2024 11:45:13 +0700 Subject: [PATCH 2/2] iox-#2390 adds info in release notes --- doc/website/release-notes/iceoryx-unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/website/release-notes/iceoryx-unreleased.md b/doc/website/release-notes/iceoryx-unreleased.md index 009c82310a..a8c0662ac6 100644 --- a/doc/website/release-notes/iceoryx-unreleased.md +++ b/doc/website/release-notes/iceoryx-unreleased.md @@ -235,6 +235,7 @@ - Handle 'strerror_r' idiosyncrasies in the platform layer [#1616](https://github.com/eclipse-iceoryx/iceoryx/issues/1616) - Fix new clang-tidy-18 warnings [#2274](https://github.com/eclipse-iceoryx/iceoryx/issues/2274) - Mistype in readme file [#2384](https://github.com/eclipse-iceoryx/iceoryx/issues/2384) +- Typo in architecture.md [#2390](https://github.com/eclipse-iceoryx/iceoryx/issues/2390) **Workflow:**