Skip to content

Commit 0fe2a31

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

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
@@ -229,7 +229,7 @@ func (c *Reconciler) getTaskResolver(tr *v1alpha1.TaskRun) (*resources.LocalTask
229229
return resolver, kind
230230
}
231231

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

0 commit comments

Comments
 (0)