cmd/prometheus/main.go: Fix typo in comment

This commit is contained in:
Matt Bostock 2016-09-21 21:59:25 +01:00
parent 4520e12440
commit dd98766b32
1 changed files with 1 additions and 1 deletions

View File

@ -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()