From a0fe03653b83bfc553017874e0d195170e011cff Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 9 Feb 2026 14:25:37 +0100 Subject: [PATCH] fix misspell in pipeline/pipeline.go was missed in https://github.com/woodpecker-ci/woodpecker/pull/6039 --- pipeline/pipeline.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/pipeline.go b/pipeline/pipeline.go index 60a733964ff..b89befefdf6 100644 --- a/pipeline/pipeline.go +++ b/pipeline/pipeline.go @@ -255,8 +255,8 @@ func (r *Runtime) execAll(runnerCtx context.Context, steps []*backend.Step) <-ch return err } - // we report all errors till setup happened - // afterwards they just ged dropped + // Report all errors until the setup happened. + // Afterwards errors will be dropped. if step.Detached { var wg sync.WaitGroup wg.Add(1)