Merge pull request #5131 from AllenZMC/patch-2

fix wrong spells in flags.go
pull/5135/head
Kubernetes Prow Robot 2019-08-19 07:37:30 -07:00 committed by GitHub
commit 8c2dc5b473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func profileName(t *testing.T) string {
return p return p
} }
// shouldRunInParallel deterimines if test should run in parallel or not // shouldRunInParallel determines if test should run in parallel or not
func shouldRunInParallel(t *testing.T) bool { func shouldRunInParallel(t *testing.T) bool {
t.Helper() t.Helper()
if !*parallel { if !*parallel {