spelling: annotated

This commit is contained in:
Josh Soref
2018-03-11 17:39:31 +00:00
parent 1ccb07fe32
commit ab57fd17f1

View File

@@ -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)