From 402acd7c1e20aa6ea88ce6cd6f77e486c5e88478 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Sun, 25 Apr 2021 05:09:08 +1000 Subject: [PATCH] Small typo fix "reimporst" Signed-off-by: Paul "TBBle" Hampson --- snapshots/windows/windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshots/windows/windows.go b/snapshots/windows/windows.go index 19e3e386c..9c609d4f8 100644 --- a/snapshots/windows/windows.go +++ b/snapshots/windows/windows.go @@ -468,7 +468,7 @@ func (s *snapshotter) createScratchLayer(ctx context.Context, snDir string, pare return nil } -// convertScratchToReadOnlyLayer reimporst the layer over itself, to transfer the files from the sandbox.vhdx to the on-disk storage. +// convertScratchToReadOnlyLayer reimports the layer over itself, to transfer the files from the sandbox.vhdx to the on-disk storage. func (s *snapshotter) convertScratchToReadOnlyLayer(ctx context.Context, snapshot storage.Snapshot, path string) (retErr error) { // TODO darrenstahlmsft: When this is done isolated, we should disable these.