Skip to content

Commit 402acd7

Browse files
committed
Small typo fix "reimporst"
Signed-off-by: Paul "TBBle" Hampson <[email protected]>
1 parent f216270 commit 402acd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snapshots/windows/windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ func (s *snapshotter) createScratchLayer(ctx context.Context, snDir string, pare
468468
return nil
469469
}
470470

471-
// convertScratchToReadOnlyLayer reimporst the layer over itself, to transfer the files from the sandbox.vhdx to the on-disk storage.
471+
// convertScratchToReadOnlyLayer reimports the layer over itself, to transfer the files from the sandbox.vhdx to the on-disk storage.
472472
func (s *snapshotter) convertScratchToReadOnlyLayer(ctx context.Context, snapshot storage.Snapshot, path string) (retErr error) {
473473

474474
// TODO darrenstahlmsft: When this is done isolated, we should disable these.

0 commit comments

Comments
 (0)