From 8a9fd42ca3452d93bb62fd8e761224b70d487a07 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Sun, 14 Feb 2016 14:40:48 +0000 Subject: [PATCH] Fix typo in comment --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index ec7e9f97..36a08346 100644 --- a/api.go +++ b/api.go @@ -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