From 38164101e2281e6d68de6eab1ee6cba412f16668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Mota?= Date: Wed, 4 Oct 2023 18:27:03 +0100 Subject: [PATCH] Fix typo in documentation --- pkg/reconciler/pipelinerun/pipelinerun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/reconciler/pipelinerun/pipelinerun.go b/pkg/reconciler/pipelinerun/pipelinerun.go index cea31b17fc8..15fb97aa1c6 100644 --- a/pkg/reconciler/pipelinerun/pipelinerun.go +++ b/pkg/reconciler/pipelinerun/pipelinerun.go @@ -537,7 +537,7 @@ func (c *Reconciler) reconcile(ctx context.Context, pr *v1.PipelineRun, getPipel tasks = append(tasks, pipelineSpec.Finally...) } - // We spit tasks in two lists: + // We split tasks in two lists: // - those with a completed (Task|Custom)Run reference (i.e. those that finished running) // - those without a (Task|Custom)Run reference // We resolve the status for the former first, to collect all results available at this stage