Skip to content

Commit 9d01160

Browse files
committed
Correct spelling
Signed-off-by: Gábor Lipták <[email protected]>
1 parent 133ac5c commit 9d01160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/archive/importer.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
"github.com/pkg/errors"
3737
)
3838

39-
// ImportIndex imports an index from a tar achive image bundle
39+
// ImportIndex imports an index from a tar archive image bundle
4040
// - implements Docker v1.1, v1.2 and OCI v1.
4141
// - prefers OCI v1 when provided
4242
// - creates OCI index for Docker formats
@@ -164,7 +164,7 @@ func ImportIndex(ctx context.Context, store content.Store, reader io.Reader) (oc
164164
if len(platforms) > 0 {
165165
// Only one platform can be resolved from non-index manifest,
166166
// The platform can only come from the config included above,
167-
// if the config has no platform it can be safely ommitted.
167+
// if the config has no platform it can be safely omitted.
168168
desc.Platform = &platforms[0]
169169
}
170170

0 commit comments

Comments
 (0)