Skip to content

fix: correct typos in comments and proto annotations#4506

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

fix: correct typos in comments and proto annotations#4506
maxtaran2010 wants to merge 1 commit into
sqlc-dev:mainfrom
maxtaran2010:fix/typos-in-comments

Conversation

@maxtaran2010

Copy link
Copy Markdown

Fix several spelling mistakes in Go code comments and a proto annotation comment. No logic or behavior is changed.

Changes:

  • prepand -> prepend in internal/codegen/golang/struct.go
  • unsiged -> unsigned in internal/codegen/golang/opts/override.go
  • desination -> destination in internal/tools/sqlc-pg-gen/main.go
  • implmented -> implemented in internal/tools/sqlc-pg-gen/proc.go
  • Overides -> Overrides in protos/plugin/codegen.proto

Fix spelling mistakes in Go code comments and a proto comment:

- prepand -> prepend (internal/codegen/golang/struct.go)
- unsiged -> unsigned (internal/codegen/golang/opts/override.go)
- desination -> destination (internal/tools/sqlc-pg-gen/main.go)
- implmented -> implemented (internal/tools/sqlc-pg-gen/proc.go)
- Overides -> Overrides (protos/plugin/codegen.proto)

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

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 8, 2026 09:06

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