Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
Produced via: `github.com/client9/misspell`
  • Loading branch information
mattmoor-sockpuppet authored and knative-prow-robot committed Dec 4, 2018
1 parent f70944e commit 559397d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/v1alpha1/taskrun/resources/taskspec.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
type GetTask func(string) (*v1alpha1.Task, error)

// GetTaskSpec will retrieve the Task Spec associated with the provieded TaskRun. This can come from a
// reference Task or from an embeded Task spec.
// reference Task or from an embedded Task spec.
func GetTaskSpec(taskRunSpec *v1alpha1.TaskRunSpec, taskRunName string, getTask GetTask) (*v1alpha1.TaskSpec, string, error) {
taskSpec := &v1alpha1.TaskSpec{}
taskName := ""
Expand Down

0 comments on commit 559397d

Please sign in to comment.