Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fix spelling errors (#478)
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 Nov 26, 2018
1 parent 8f1dc87 commit a39b1ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/build/v1alpha1/build_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestValidateBuild(t *testing.T) {
Name: "customwithpath",
TargetPath: "a/b",
Custom: &corev1.Container{
Image: "soemthing:latest",
Image: "something:latest",
},
}},
Steps: []corev1.Container{{
Expand All @@ -151,12 +151,12 @@ func TestValidateBuild(t *testing.T) {
Sources: []SourceSpec{{
Name: "customwithpath",
Custom: &corev1.Container{
Image: "soemthing:latest",
Image: "something:latest",
},
}, {
Name: "customwithpath1",
Custom: &corev1.Container{
Image: "soemthing:latest",
Image: "something:latest",
},
}},
Steps: []corev1.Container{{
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/build/v1alpha1/target_path_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func TestValidateTargetPaths(t *testing.T) {
"b/c",
},
}, {
desc: "mutliple paths",
desc: "multiple paths",
paths: []string{
"a/b/c/d",
"a/d",
Expand Down

0 comments on commit a39b1ee

Please sign in to comment.