Skip to content

Commit

Permalink
fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
lukedirtwalker committed Aug 28, 2019
1 parent 9dc79ad commit 5ef6c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .buildkite/steps/integration
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ run_test() {
echo " command:"
echo " - $BASE/run_step integration $1 $2"
echo " timeout_in_minutes: 10"
if [ "$1" = "revocation" ]; then
echo " parallelism: 40"
fi
echo " artifact_paths:"
echo " - \"artifacts.out/**/*\""
}
Expand Down
2 changes: 1 addition & 1 deletion go/lib/infra/modules/segfetcher/segreplyhandler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func TestReplyHandlerErrors(t *testing.T) {
}

// TestReplyHandlerNoErrors tests the happy case of the reply handler: 3
// segments and 1 revocation are succesfully verified and stored.
// segments and 1 revocation are successfully verified and stored.
func TestReplyHandlerNoErrors(t *testing.T) {
ctrl := gomock.NewController(t)
defer ctrl.Finish()
Expand Down

0 comments on commit 5ef6c77

Please sign in to comment.