Fix typo in comment

This commit is contained in:
Brian Brazil 2016-02-14 14:40:48 +00:00
parent 27603290b2
commit 8a9fd42ca3
1 changed files with 1 additions and 1 deletions

2
api.go
View File

@ -77,7 +77,7 @@ func NewAPI(alerts provider.Alerts, silences provider.Silences, gf func() AlertO
}
}
// Register regieters the API handlers under their correct routes
// Register registers the API handlers under their correct routes
// in the given router.
func (api *API) Register(r *route.Router) {
ihf := prometheus.InstrumentHandlerFunc