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)