Skip to content

Commit 852f292

Browse files
authored
Fix typo in error message (zalando#969)
1 parent a5bb8d9 commit 852f292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/pod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ func (c *Cluster) recreatePods() error {
331331
c.logger.Infof("there are %d pods in the cluster to recreate", len(pods.Items))
332332

333333
if !c.isSafeToRecreatePods(pods) {
334-
return fmt.Errorf("postpone pod recreation until next Sync: recreation is unsafe because pods are being initilalized")
334+
return fmt.Errorf("postpone pod recreation until next Sync: recreation is unsafe because pods are being initialized")
335335
}
336336

337337
var (

0 commit comments

Comments
 (0)