From ab57fd17f15eeefe3e4a6ec01086409bc155fdaa Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:39:31 +0000 Subject: [PATCH] spelling: annotated --- command/plan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/plan.go b/command/plan.go index e76fac0cf..264f07d67 100644 --- a/command/plan.go +++ b/command/plan.go @@ -251,7 +251,7 @@ func formatDryRun(resp *api.JobPlanResponse, job *api.Job) string { return out } -// formatJobDiff produces an annoted diff of the job. If verbose mode is +// formatJobDiff produces an annotated diff of the job. If verbose mode is // set, added or deleted task groups and tasks are expanded. func formatJobDiff(job *api.JobDiff, verbose bool) string { marker, _ := getDiffString(job.Type)