Skip to content

Commit

Permalink
[master] Fix spelling errors
Browse files Browse the repository at this point in the history
Produced via:
  `github.com/client9/misspell`
/assign ImJasonH dibyom
/cc ImJasonH dibyom
  • Loading branch information
mattmoor authored and tekton-robot committed Apr 1, 2020
1 parent 9ab2d7f commit 8497b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sink/sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ func TestHandleEventWithInterceptorsAndTriggerAuth(t *testing.T) {
}

if resp.StatusCode != testCase.statusCode {
t.Fatalf("Response code doesn't match: expected status code %d vs. actual %d, entire statuts %v",
t.Fatalf("Response code doesn't match: expected status code %d vs. actual %d, entire statutes %v",
testCase.statusCode,
resp.StatusCode,
resp.Status)
Expand Down

0 comments on commit 8497b8c

Please sign in to comment.