Skip to content

Commit

Permalink
Merge pull request #819 from jubalh/sp
Browse files Browse the repository at this point in the history
Correct spelling: possibilites -> possibilities
  • Loading branch information
beorn7 committed Dec 1, 2020
2 parents 39b478e + cf6dc82 commit fd6d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/promhttp/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler {
inFlightSem = make(chan struct{}, opts.MaxRequestsInFlight)
}
if opts.Registry != nil {
// Initialize all possibilites that can occur below.
// Initialize all possibilities that can occur below.
errCnt.WithLabelValues("gathering")
errCnt.WithLabelValues("encoding")
if err := opts.Registry.Register(errCnt); err != nil {
Expand Down

0 comments on commit fd6d368

Please sign in to comment.