Skip to content

fix: correct typos in comments and variable name#1921

Open
maxtaran2010 wants to merge 1 commit into
stretchr:masterfrom
maxtaran2010:fix/typos-in-comments
Open

fix: correct typos in comments and variable name#1921
maxtaran2010 wants to merge 1 commit into
stretchr:masterfrom
maxtaran2010:fix/typos-in-comments

Conversation

@maxtaran2010

Copy link
Copy Markdown

Found via codespell. Fixes the following typos in .go files:

File Before After
internal/spew/common.go satisify satisfy
internal/spew/config.go satisify satisfy
internal/spew/format.go derferencing dereferencing
internal/difflib/difflib.go synching syncing
internal/spew/dumpcgo_test.go specifially specifically
internal/spew/internalunsafe_test.go functionaly functionality
mock/mock.go splitted (variable) parts

- satisify -> satisfy (spew/common.go, spew/config.go)
- derferencing -> dereferencing (spew/format.go)
- synching -> syncing (difflib/difflib.go)
- specifially -> specifically (spew/dumpcgo_test.go)
- functionaly -> functionality (spew/internalunsafe_test.go)
- splitted -> parts (mock/mock.go)

Found via codespell.

Signed-off-by: maxtaran2010 <ocotifuzo727@gmail.com>
Copilot AI review requested due to automatic review settings July 9, 2026 21:34

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.

3 participants