spelling: annotated

This commit is contained in:
Josh Soref 2018-03-11 17:39:31 +00:00
parent 8fdfaf3a2e
commit d468bdf5a2
1 changed files with 1 additions and 1 deletions

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)