Skip to content

Commit d866a6f

Browse files
committed
[master] Fix spelling errors
Produced via: `github.com/client9/misspell` /assign ImJasonH vdemeester /cc ImJasonH vdemeester
1 parent a7a4c5d commit d866a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconciler/taskrun/taskrun.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func (c *Reconciler) getTaskResolver(tr *v1alpha1.TaskRun) (*resources.LocalTask
221221
return resolver, kind
222222
}
223223

224-
// `prepare` fetches resources the taskrun depends on, runs validation and convertion
224+
// `prepare` fetches resources the taskrun depends on, runs validation and conversion
225225
// It may report errors back to Reconcile, it updates the taskrun status in case of
226226
// error but it does not sync updates back to etcd. It does not emit events.
227227
// All errors returned by `prepare` are always handled by `Reconcile`, so they don't cause

0 commit comments

Comments
 (0)