Skip to content

Commit

Permalink
Fix spelling errors (knative#2937)
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 Jan 18, 2019
1 parent 8b72e78 commit 2e7e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func testScaleToWithin(t *testing.T, logger *logging.BaseLogger, scale int, dura
}(probeCh)

case err := <-errCh:
t.Fatalf("An error occured during the test: %v", err)
t.Fatalf("An error occurred during the test: %v", err)

case <-timeoutCh:
logger.Error("Timeout.")
Expand Down

0 comments on commit 2e7e9ee

Please sign in to comment.