Skip to content

fix: correct typos in comments#943

Open
maxtaran2010 wants to merge 1 commit into
connectrpc:mainfrom
maxtaran2010:fix/typos-in-comments
Open

fix: correct typos in comments#943
maxtaran2010 wants to merge 1 commit into
connectrpc:mainfrom
maxtaran2010:fix/typos-in-comments

Conversation

@maxtaran2010

Copy link
Copy Markdown

Summary

Fix spelling errors in code comments, found by running codespell.

  • resuse -> reuse in client_stream.go (3 occurrences in Close/CloseResponse doc comments)
  • re-uses -> reuses in client_ext_test.go
  • re-used -> reused in context.go
  • re-use -> reuse in envelope.go, handler.go, protocol_connect.go, and cmd/protoc-gen-connect-go/main.go

All changes are in comments only — no logic or behavior is affected.

Fix spelling errors found by codespell:
- "resuse" -> "reuse" in client_stream.go (3 occurrences)
- "re-uses" -> "reuses" in client_ext_test.go
- "re-used" -> "reused" in context.go
- "re-use" -> "reuse" in envelope.go, handler.go, protocol_connect.go,
  and cmd/protoc-gen-connect-go/main.go

Signed-off-by: maxtaran2010 <ocotifuzo727@gmail.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: maxtaran2010 <ocotifuzo727@gmail.com>
Copilot AI review requested due to automatic review settings July 9, 2026 22:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

2 participants