Skip to content

Fix typos in comments and error messages#2737

Merged
hslatman merged 2 commits into
smallstep:masterfrom
maxtaran2010:fix/typos-in-comments
Jul 14, 2026
Merged

Fix typos in comments and error messages#2737
hslatman merged 2 commits into
smallstep:masterfrom
maxtaran2010:fix/typos-in-comments

Conversation

@maxtaran2010

Copy link
Copy Markdown

Found several typos in comments and error messages throughout the codebase via codespell. Fixed 13 files:

  • imlements -> implements in acme/db/nosql/account.go
  • diplay -> display in acme/order.go
  • applictaion -> application in acme/api/middleware.go
  • underlaying -> underlying in authority/config/config.go
  • initializtion -> initialization in authority/options.go
  • creationg -> creating in authority/provisioner/wire/oidc_options.go
  • thats -> that in authority/provisioner/sign_options.go
  • parametrs -> parameters in authority/provisioner/oidc_test.go
  • pasing -> parsing in ca/identity/identity.go
  • Thay -> They in pki/pki.go
  • exluded -> excluded, exluding -> excluding in policy/engine.go
  • contraint -> constraint (4 occurrences) in policy/options.go
  • contraint -> constraint in policy/validate.go

Copilot AI review requested due to automatic review settings July 9, 2026 22:10

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.

@CLAassistant

CLAassistant commented Jul 9, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions Bot added the needs triage Waiting for discussion / prioritization by team label Jul 9, 2026
@hslatman hslatman changed the title fix: correct typos in comments and error messages Fix typos in comments and error messages Jul 14, 2026
hslatman
hslatman previously approved these changes Jul 14, 2026
@hslatman hslatman added this to the v0.30.3 milestone Jul 14, 2026
@hslatman

hslatman commented Jul 14, 2026

Copy link
Copy Markdown
Member

@maxtaran2010 can you fix the test? nvm. I rebased, and pushed a commit to fix the tests.

@hslatman hslatman self-assigned this Jul 14, 2026
maxtaran2010 and others added 2 commits July 14, 2026 15:26
- imlements -> implements (acme/db/nosql/account.go)
- diplay -> display (acme/order.go)
- applictaion -> application (acme/api/middleware.go)
- underlaying -> underlying (authority/config/config.go)
- initializtion -> initialization (authority/options.go)
- creationg -> creating (authority/provisioner/wire/oidc_options.go)
- thats -> that (authority/provisioner/sign_options.go)
- parametrs -> parameters (authority/provisioner/oidc_test.go)
- pasing -> parsing (ca/identity/identity.go)
- Thay -> They (pki/pki.go)
- exluded/exluding -> excluded/excluding (policy/engine.go)
- contraint -> constraint (policy/options.go, policy/validate.go)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: maxtaran2010 <ocotifuzo727@gmail.com>
@hslatman
hslatman force-pushed the fix/typos-in-comments branch from e5c7b5b to 849efbd Compare July 14, 2026 13:26
@hslatman
hslatman merged commit 922bb24 into smallstep:master Jul 14, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs triage Waiting for discussion / prioritization by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants