mirror of
https://github.com/apple/container.git
synced 2026-09-24 00:25:43 +00:00
Spelling (#207)
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user