Use US spellings throughout FOS prose - #168
Merged
Merged
Conversation
Tom asked for US spellings; the repo carried a mix, most visibly "enrolment" alongside "enrollment" in the same Secure Boot messages a technician reads off the screen. Prose only. The sweep rewrites an explicit word list and skips every $-prefixed token, so no shell variable, function name or filename moves: sbEnrollDb, fog.enrollsb and the rest were already US and are untouched. docs/adr/0009-secure-boot-enrolment-paths.md keeps its filename. Three files in this repo and one in fogproject reference it by that name, so renaming it is a cross-repo change and not a spelling fix. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repo carried a mix of UK and US spellings, most visibly
enrolmentnext to
enrollmentinside the same Secure Boot messages a technicianreads off the screen during an enrollment task.
Prose only. The rewrite works from an explicit word list and skips
every
$-prefixed token, so nothing that a machine reads moves:sbEnrollDb,sbEnrollMok,fog.enrollsb,fog.enrollsbforcewerealready US and are untouched.
changes. The
sbReportvocabulary (db/trusted/mok) and thesbStatevocabulary (nonefi/noefivars/setup/enforcing/disabled) are unaffected.docs/adr/0009-secure-boot-enrolment-paths.mdkeeps its filename. Threefiles here and one in
fogprojectreference it by that name, so renamingit is a cross-repo change rather than a spelling fix.
tests/run-all.sh: 17 passed, 0 failed.