From 1c5451cd7df0ad32cee7f6d2f079339937164152 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Thu, 9 Nov 2017 17:12:27 +0100 Subject: [PATCH] Spelling fix. --- pkg/cluster/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/cluster.go b/pkg/cluster/cluster.go index f4a647bfd..1275c4cb0 100644 --- a/pkg/cluster/cluster.go +++ b/pkg/cluster/cluster.go @@ -377,7 +377,7 @@ func (c *Cluster) compareStatefulSetWith(statefulSet *v1beta1.StatefulSet) *comp } if !reflect.DeepEqual(container1.EnvFrom, container2.EnvFrom) { needsRollUpdate = true - reasons = append(reasons, "new statefulset's container environment sources doesn't match the current one") + reasons = append(reasons, "new statefulset's container environment sources don't match the current one") } if needsRollUpdate || needsReplace {