Add missing word in comment.

This commit is contained in:
Julius Volz 2016-01-21 01:37:08 +01:00
parent 86244db799
commit b150c5768c
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ func Main() int {
prometheus.MustRegister(configSuccess)
prometheus.MustRegister(configSuccessTime)
// The notification is a dependency of the rule manager. It has to be
// The notification handler is a dependency of the rule manager. It has to be
// started before and torn down afterwards.
go notificationHandler.Run()
defer notificationHandler.Stop()