Skip to content

Commit

Permalink
Fix typos in documentation and error messages (#7975)
Browse files Browse the repository at this point in the history
- Fix 'requesteed' -> 'requested' in errors/errors.go
- Fix 'paylod' -> 'payload' in docs/acme-divergences.md

These changes address typos identified by the linter.
  • Loading branch information
sheurich authored Jan 24, 2025
1 parent a8074d2 commit 2d1f277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/acme-divergences.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ support this non-essential feature in the future. Please follow Boulder Issue
## [Section 7.4](https://tools.ietf.org/html/rfc8555#section-7.4)

Boulder does not accept the optional `notBefore` and `notAfter` fields of a
`newOrder` request paylod.
`newOrder` request payload.

## [Section 7.4.1](https://tools.ietf.org/html/rfc8555#section-7.4.1)

Expand Down
2 changes: 1 addition & 1 deletion errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (
AlreadyRevoked
BadRevocationReason
UnsupportedContact
// The requesteed serial number does not exist in the `serials` table.
// The requested serial number does not exist in the `serials` table.
UnknownSerial
// The certificate being indicated for replacement already has a replacement
// order.
Expand Down

0 comments on commit 2d1f277

Please sign in to comment.