Skip to content

Commit

Permalink
Merge pull request kubernetes#5849 from bheesham/fix-typo
Browse files Browse the repository at this point in the history
Fix minor typo.
  • Loading branch information
k8s-ci-robot authored Oct 1, 2018
2 parents 3c22c2c + 65e9a86 commit 413d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/instancegroups/instancegroups.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func (r *RollingUpdateInstanceGroup) ValidateClusterWithDuration(rollingUpdateDa
select {
case <-timeout:
// Got a timeout fail with a timeout error
return fmt.Errorf("cluster did not validate within a duation of %q", duration)
return fmt.Errorf("cluster did not validate within a duration of %q", duration)
case <-tick:
// Got a tick, validate cluster
if r.tryValidateCluster(rollingUpdateData, cluster, instanceGroupList, duration, tickDuration) {
Expand Down

0 comments on commit 413d3ed

Please sign in to comment.