This PR corrects misspellings identified by the [check-spelling
action](https://github.com/marketplace/actions/check-spelling)

The misspellings have been reported at
https://github.com/jsoref/container/actions/runs/15662939575/attempts/1
The action reports that the changes in this PR would make it happy:
https://github.com/jsoref/container/actions/runs/15662939742/attempts/1#summary-44123289718

---------

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-06-16 10:49:03 -07:00
committed by GitHub
parent 4d6f7037f3
commit 4a4ad40d74
8 changed files with 12 additions and 12 deletions
@@ -99,7 +99,7 @@ extension ClientImage {
public static func normalizeReference(_ ref: String) throws -> String {
guard ref != Self.initImageRef else {
// Don't modify the the default init image reference.
// Don't modify the default init image reference.
// This is to allow for easier local development against
// an updated containerization.
return ref