Skip to content

Commit 437174a

Browse files
committed
Fix errors identified by check-spelling job
1 parent f88acf9 commit 437174a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ COMMANDDISPATCHERIMPLCFG
107107
COMPACKET
108108
COMPACKETQUEUEIN
109109
COMQUEUE
110+
COMRETRY
110111
COMSPLITTER
111112
COMSTUB
112113
constexpr

Svc/ComRetry/docs/sdd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `Svc::ComRetry` component forwards messages from upstream to downstream comp
1111
| Requirement | Description | Rationale | Verification Method |
1212
|-----------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------|---------------------|
1313
| SVC-COMRETRY-001 | `Svc::ComRetry` shall accept incoming downlink data as `Fw::Buffer` and pass them to an `Svc.ComDataWithContext` port | The component must forward messages without modifying them | Unit Test |
14-
| SVC-COMRETRY-002 | `Svc::ComRetry` shall store `Fw::Buffer` and its context on receiving buffer ownership through `dataRetrunIn` | Store the buffer in case a retry is required | Unit test |
14+
| SVC-COMRETRY-002 | `Svc::ComRetry` shall store `Fw::Buffer` and its context on receiving buffer ownership through `dataReturnIn` | Store the buffer in case a retry is required | Unit test |
1515
| SVC-COMRETRY-003 | `Svc::ComRetry` shall resend the stored `Fw::Buffer` on receiving `Fw::Success::FAILURE` | Retry delivery of message | Unit test |
1616
| SVC-COMRETRY-004 | The maximum number of retries shall be configurable | The number of retries should be adaptable for projects | Inspection |
1717
| SVC-COMRETRY-005 | `Svc::ComRetry` shall return buffer ownership to the upstream component on receiving `Fw::Success::SUCCESS` or after all retry attempts fail | Memory management | Unit Test |

0 commit comments

Comments
 (0)