From 43ec9965d81d89b10be8872f4aa894ed1246a0c6 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Wed, 15 Apr 2026 20:17:18 -0700 Subject: [PATCH] bundle/run: fix 'occured' and 'pipeine' typos in pipeline.go comments Comments in bundle/run/progress/pipeline.go (lines 20-21) read 'transition occured' and 'pipeine'. Fixed to 'occurred' and 'pipeline'. Comment-only change. Signed-off-by: SAY-5 --- bundle/run/progress/pipeline.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/run/progress/pipeline.go b/bundle/run/progress/pipeline.go index f12d0455fc..fa7605e419 100644 --- a/bundle/run/progress/pipeline.go +++ b/bundle/run/progress/pipeline.go @@ -17,8 +17,8 @@ import ( // // Here's short introduction to a few important events we display on the console: // -// 1. `update_progress`: A state transition occured for the entire pipeline update -// 2. `flow_progress`: A state transition occured for a single flow in the pipeine +// 1. `update_progress`: A state transition occurred for the entire pipeline update +// 2. `flow_progress`: A state transition occurred for a single flow in the pipeline type ProgressEvent pipelines.PipelineEvent func (event *ProgressEvent) String() string {