Merge pull request #251 from prometheus/typo

Fix typo in comment
This commit is contained in:
Tobias Schmidt 2016-02-23 14:03:19 -05:00
commit a31e60bf12
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