From a89e1b839518f578b921af2a7fbe054f6112f25e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:58:19 +0000 Subject: [PATCH] spelling: strategy --- scheduler/reconcile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/reconcile.go b/scheduler/reconcile.go index 459c1f86e..35eebdcb1 100644 --- a/scheduler/reconcile.go +++ b/scheduler/reconcile.go @@ -581,7 +581,7 @@ func (a *allocReconciler) handleGroupCanaries(all allocSet, desiredChanges *stru // are the group definition, the untainted, destructive, and migrate allocation // set and whether we are in a canary state. func (a *allocReconciler) computeLimit(group *structs.TaskGroup, untainted, destructive, migrate allocSet, canaryState bool) int { - // If there is no update stategy or deployment for the group we can deploy + // If there is no update strategy or deployment for the group we can deploy // as many as the group has if group.Update == nil || len(destructive)+len(migrate) == 0 { return group.Count