Skip to content

Commit

Permalink
Fix typo in godoc (jaegertracing#1052)
Browse files Browse the repository at this point in the history
Signed-off-by: MengZn <[email protected]>
  • Loading branch information
jjmengze authored May 6, 2020
1 parent 62e2702 commit 465ee77
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 @@ -100,7 +100,7 @@ func WaitForIngress(t *testing.T, kubeclient kubernetes.Interface, namespace, na
return ingress, nil
}

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

0 comments on commit 465ee77

Please sign in to comment.