Skip to content

chore: fix 'dependants' and 'avaialable' comment typos#22491

Open
genisis0x wants to merge 1 commit into
smartcontractkit:developfrom
genisis0x:chore/typo-comments-dependants-avaialable
Open

chore: fix 'dependants' and 'avaialable' comment typos#22491
genisis0x wants to merge 1 commit into
smartcontractkit:developfrom
genisis0x:chore/typo-comments-dependants-avaialable

Conversation

@genisis0x
Copy link
Copy Markdown

Summary

Two unrelated comment typos found in adjacent core packages — both kept in a single PR because each is a one-character fix in a documentation comment and the diff stays well under five lines.

Changes

core/services/workflows/engine.go:1136

dependantsdependents. The very next line already uses the correct spelling ("all dependents, not just direct dependents"), and the surrounding code calls e.workflow.dependents(...) / iterates over a dependents slice, so this aligns the comment with the rest of the block.

core/services/relay/evm/loop_impl.go:11

avaialableavailable in the RelayAdapter doc comment.

Verification

  • Comments only; no semantic change.
  • gofmt -l clean on both files.

- core/services/workflows/engine.go: 'dependants' -> 'dependents' in the
  status-propagation switch; the comment two lines below already uses
  'dependents' and the surrounding code calls workflow.dependents(...),
  so this aligns the misspelt comment with the rest of the block.
- core/services/relay/evm/loop_impl.go: 'avaialable' -> 'available' in
  the RelayAdapter doc comment.
@genisis0x genisis0x requested review from a team as code owners May 15, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant