Skip to content

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

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

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

Conversation

@crawfordxx
Copy link

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
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.01%. Comparing base (19364e2) to head (3e547d4).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
response.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2916   +/-   ##
=======================================
  Coverage   93.01%   93.01%           
=======================================
  Files          43       43           
  Lines        4496     4497    +1     
=======================================
+ Hits         4182     4183    +1     
  Misses        196      196           
  Partials      118      118           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

aldas commented Mar 12, 2026

thanks

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