Skip to content

Commit

Permalink
Fix typo on godoc for WaitForJob
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Oct 18, 2018
1 parent 12f5a4c commit 090da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/wait_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func WaitForIngress(t *testing.T, kubeclient kubernetes.Interface, namespace, na
return nil
}

// WaitForJob checks to see if a given job has the completed successfuly
// WaitForJob checks to see if a given job has completed successfuly
// See #WaitForDeployment for the full semantics
func WaitForJob(t *testing.T, kubeclient kubernetes.Interface, namespace, name string, retryInterval, timeout time.Duration) error {
err := wait.Poll(retryInterval, timeout, func() (done bool, err error) {
Expand Down

0 comments on commit 090da1a

Please sign in to comment.