diff --git a/imagebuildah/stage_executor.go b/imagebuildah/stage_executor.go index 28b44190823..d21757f4b4a 100644 --- a/imagebuildah/stage_executor.go +++ b/imagebuildah/stage_executor.go @@ -988,7 +988,7 @@ func (s *StageExecutor) Execute(ctx context.Context, base string) (imgID string, if s.executor.buildOutput != "" && lastStage { // If we have reached this point then our build is just performing a tag // and it contains no steps or instructions (i.e Containerfile only contains - // `FROM and nothing else so we will never end up commiting this + // `FROM and nothing else so we will never end up committing this // but instead just re-tag image. For such use-cases if `-o` or `--output` was // specified honor that and export the contents of the current build anyways. logrus.Debugf("Generating custom build output with options %q", s.executor.buildOutput) diff --git a/tests/bud.bats b/tests/bud.bats index c68078d97d2..4fc233911cd 100644 --- a/tests/bud.bats +++ b/tests/bud.bats @@ -320,7 +320,7 @@ _EOF # Test bud with prestart hook @test "build-test with OCI prestart hook" { - skip_if_in_container # This works in priviledged container setup but does not works in CI setup + skip_if_in_container # This works in privileged container setup but does not works in CI setup mkdir -p ${TEST_SCRATCH_DIR}/bud/platform mkdir -p ${TEST_SCRATCH_DIR}/bud/platform/hooks