Fix typos in documentation and error messages (#7975)

- Fix 'requesteed' -> 'requested' in errors/errors.go
- Fix 'paylod' -> 'payload' in docs/acme-divergences.md

These changes address typos identified by the linter.
This commit is contained in:
Shiloh Heurich 2025-01-24 11:10:06 -05:00 committed by GitHub
parent a8074d2e9d
commit 2d1f277635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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.