Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sorgom committed Jan 25, 2024
1 parent c6be638 commit e229268
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/ifs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Interface Com
interface Dispatcher
when loading project data
subsytems assign themselfs with:
subsystems assign themselves with:
- element name
- subsystem id
- own processing element position
and shall recieve:
and shall receive:
- dispatcher id
field states shall be dispatched to subsystems
Expand Down Expand Up @@ -51,9 +51,9 @@ interface LCR_Provider
**I_Loader.h**
```
interface Loader
the Loader is called at sytem start and shall:
the Loader is called at system start and shall:
- reset I_Dispatcher
- distribute load to subsytems
- distribute load to subsystems
- call indexing of I_Dispatcher
```

Expand Down

0 comments on commit e229268

Please sign in to comment.