Skip to content

Commit

Permalink
cmd/prometheus/main.go: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbostock committed Sep 21, 2016
1 parent 4520e12 commit dd98766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/prometheus/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func Main() int {
prometheus.MustRegister(configSuccess)
prometheus.MustRegister(configSuccessTime)

// The notifieris a dependency of the rule manager. It has to be
// The notifier is a dependency of the rule manager. It has to be
// started before and torn down afterwards.
go notifier.Run()
defer notifier.Stop()
Expand Down

0 comments on commit dd98766

Please sign in to comment.