From b3e90b633be8a60626c2a2a44e1260fcc4e08189 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 14 Jul 2017 09:53:46 -0700 Subject: [PATCH] Fix typo --- nomad/plan_apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/plan_apply.go b/nomad/plan_apply.go index 652868acf..e82595bc5 100644 --- a/nomad/plan_apply.go +++ b/nomad/plan_apply.go @@ -239,7 +239,7 @@ func evaluatePlan(pool *EvaluatePool, snap *state.StateSnapshot, plan *structs.P if !fit { // Log the reason why the node's allocations could not be made if reason != "" { - logger.Printf("[DEBUG] nomad: plan for node %q rejected becasue: %v", nodeID, reason) + logger.Printf("[DEBUG] nomad: plan for node %q rejected because: %v", nodeID, reason) } // Set that this is a partial commit partialCommit = true