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`
/assign ImJasonH vdemeester
/cc ImJasonH vdemeester
  • Loading branch information
mattmoor authored and tekton-robot committed Mar 11, 2020
1 parent 39f0210 commit d00eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/remote/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/tektoncd/pipeline/pkg/apis/pipeline/v1beta1"
)

// Resolver will retreive Tekton resources like Tasks from remote repositories like an OCI image repositories.
// Resolver will retrieve Tekton resources like Tasks from remote repositories like an OCI image repositories.
type Resolver interface {
GetTask(taskName string) (*v1beta1.TaskSpec, error)
}
Expand Down

0 comments on commit d00eb04

Please sign in to comment.