fix: correct spelling mistakes in comments and field name by crawfordxx · Pull Request #2916 · labstack/echo · GitHub
Skip to content

fix: correct spelling mistakes in comments and field name#2916

Merged
aldas merged 1 commit into
labstack:masterfrom
crawfordxx:fix/typos-in-comments
Mar 12, 2026
Merged

fix: correct spelling mistakes in comments and field name#2916
aldas merged 1 commit into
labstack:masterfrom
crawfordxx:fix/typos-in-comments

Conversation

@crawfordxx

Copy link
Copy Markdown

Fix multiple typos found across the codebase:

  • response.go: rename unexported field commited to committed and fix related comments
  • server.go: fix addres to address in comment
  • middleware/csrf.go: fix formated to formatted in comment
  • middleware/request_logger.go: fix commited to committed in comment
  • echotest/context.go: fix wil to will in comments (2 occurrences)

All changes are either in comments or in an unexported (internal) struct field name. No behavioral changes.

Fix multiple typos found across the codebase:

- response.go: rename unexported field "commited" to "committed"
- server.go: fix "addres" to "address" in comment
- middleware/csrf.go: fix "formated" to "formatted" in comment
- middleware/request_logger.go: fix "commited" to "committed" in comment
- echotest/context.go: fix "wil" to "will" in comments
@codecov

codecov Bot commented Mar 12, 2026

Copy link
Copy Markdown

@aldas aldas merged commit ec05bc8 into labstack:master Mar 12, 2026
9 of 10 checks passed
@aldas

aldas commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

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