diff --git a/integration/client/export_test.go b/integration/client/export_test.go index 1bd5375bd..ae3e747b1 100644 --- a/integration/client/export_test.go +++ b/integration/client/export_test.go @@ -60,7 +60,7 @@ func TestExport(t *testing.T) { t.Fatal(err) } - // Seet to begining of file before passing it to assertOCITar() + // Seek to beginning of file before passing it to assertOCITar() dstFile.Seek(0, 0) assertOCITar(t, dstFile) }