From 3bf498422cc9aadde7b397ee810df9ef2adcdf1a Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 25 May 2021 08:32:44 -0400 Subject: [PATCH] typo --- internal/command/views/plan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/command/views/plan.go b/internal/command/views/plan.go index 544508588..5d1798d2f 100644 --- a/internal/command/views/plan.go +++ b/internal/command/views/plan.go @@ -339,7 +339,7 @@ func renderPlan(plan *plans.Plan, schemas *terraform.Schemas, view *View) { // line of output, and guarantees to always produce whole lines terminated // by newline characters. func renderChangesDetectedByRefresh(before, after *states.State, schemas *terraform.Schemas, view *View) bool { - // ManagedResourceEqual checks that the state es exactly equal for all + // ManagedResourceEqual checks that the state is exactly equal for all // managed resources; but semantically equivalent states, or changes to // deposed instances may not actually represent changes we need to present // to the user, so for now this only serves as a short-circuit to skip