Skip to content

Commit

Permalink
fix minor typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
annastopel committed Nov 20, 2018
1 parent 4211ff1 commit 90ba8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"k8s.io/client-go/kubernetes"
)

// WaitForDeploymentReplicasReadyOrDie adds the ability to fatal out if the the replicas don't become ready
// WaitForDeploymentReplicasReadyOrDie adds the ability to fatal out if the replicas don't become ready
func WaitForDeploymentReplicasReadyOrDie(c *kubernetes.Clientset, namespace, name string) {
if err := WaitForDeploymentReplicasReady(c, namespace, name); err != nil {
glog.Fatal(errors.Wrapf(err, "Failed waiting for deployment \"%s/%s\" replicas to become Ready", namespace, name))
Expand Down

0 comments on commit 90ba8e3

Please sign in to comment.