diff --git a/cachet/incident.go b/cachet/incident.go index 62bd649..45410a6 100644 --- a/cachet/incident.go +++ b/cachet/incident.go @@ -82,7 +82,7 @@ func (incident *Incident) Send() { } } -// GetSimilarIncidentId gets the same incident. +// GetSimilarIncidentID gets the same incident. // Updates incident.ID func (incident *Incident) GetSimilarIncidentID() { incidents := GetIncidents()