Skip to content

fix: correct typos in source code (receive, separate)#6110

Open
mitre88 wants to merge 1 commit intoEffect-TS:mainfrom
mitre88:fix/typos-in-source-code
Open

fix: correct typos in source code (receive, separate)#6110
mitre88 wants to merge 1 commit intoEffect-TS:mainfrom
mitre88:fix/typos-in-source-code

Conversation

@mitre88
Copy link

@mitre88 mitre88 commented Mar 6, 2026

Summary

Fix spelling errors across multiple packages in source code:

  • packages/cluster/src/RunnerServer.ts: recievesreceives, recievereceive
  • packages/rpc/src/RpcClient.ts: recievedPongreceivedPong (variable name)
  • packages/rpc/src/RpcSerialization.ts: seperatedseparated
  • packages/sql/src/Statement.ts: seperateseparate

Only JSDoc comments and a local variable name are changed — no behavioral changes.

Fix spelling errors in:
- packages/cluster/src/RunnerServer.ts: recieves → receives, recieve → receive
- packages/rpc/src/RpcClient.ts: recievedPong → receivedPong
- packages/rpc/src/RpcSerialization.ts: seperated → separated
- packages/sql/src/Statement.ts: seperate → separate
@mitre88 mitre88 requested a review from tim-smart as a code owner March 6, 2026 18:00
@github-project-automation github-project-automation bot moved this to Discussion Ongoing in PR Backlog Mar 6, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 6, 2026

⚠️ No Changeset found

Latest commit: 63d3f42

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Discussion Ongoing

Development

Successfully merging this pull request may close these issues.

1 participant