Skip to content

Commit f7f07b2

Browse files
authored
Merge pull request #2391 from EgorWeders/iox-2390-architecute-doc-fix
iox-#2390 Fixes typo in architecture.md
2 parents b7a79cd + 75db9ba commit f7f07b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/website/concepts/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protocol, which is used by `iceoryx_posh` to connect and discover `popo::Publish
3838
* `version`: The namespace version contains ABI compatibilities checks.
3939
* `build`: The namespace build contains certain maximium values which can be changed before compilation.
4040

41-
#### Gatway library
41+
#### Gateway library
4242

4343
* 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).
4444

doc/website/release-notes/iceoryx-unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
- Handle 'strerror_r' idiosyncrasies in the platform layer [#1616](https://github.com/eclipse-iceoryx/iceoryx/issues/1616)
236236
- Fix new clang-tidy-18 warnings [#2274](https://github.com/eclipse-iceoryx/iceoryx/issues/2274)
237237
- Mistype in readme file [#2384](https://github.com/eclipse-iceoryx/iceoryx/issues/2384)
238+
- Typo in architecture.md [#2390](https://github.com/eclipse-iceoryx/iceoryx/issues/2390)
238239

239240
**Workflow:**
240241

0 commit comments

Comments
 (0)