Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissnell committed Dec 5, 2016
1 parent 85cb6e1 commit d3dfc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_graphite.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (g GraphiteStorage) processMetrics(ctx context.Context, wg *sync.WaitGroup,
}
}

// sendMetric sends a metric value to Graphtie
// sendMetric sends a metric value to Graphite
func (g GraphiteStorage) sendMetric(m Metric) error {
var metricName string

Expand Down

0 comments on commit d3dfc77

Please sign in to comment.