Skip to content

Commit

Permalink
Merge pull request hashicorp#11958 from hashicorp/b-datadog-spelling-…
Browse files Browse the repository at this point in the history
…mistake

provider/datadog: Fix spelling mistake of monitor in datadog_monitor error message
  • Loading branch information
jen20 authored Feb 15, 2017
2 parents 8df5fcd + b6f67b2 commit c455ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/datadog/resource_datadog_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func resourceDatadogMonitorCreate(d *schema.ResourceData, meta interface{}) erro
m := buildMonitorStruct(d)
m, err := client.CreateMonitor(m)
if err != nil {
return fmt.Errorf("error updating montor: %s", err.Error())
return fmt.Errorf("error updating monitor: %s", err.Error())
}

d.SetId(strconv.Itoa(m.Id))
Expand Down

0 comments on commit c455ccc

Please sign in to comment.