Skip to content

Commit cf6dc82

Browse files
committed
Correct spelling: possibilites -> possibilities
Signed-off-by: Michael Vetter <[email protected]>
1 parent 39b478e commit cf6dc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: prometheus/promhttp/http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler {
9999
inFlightSem = make(chan struct{}, opts.MaxRequestsInFlight)
100100
}
101101
if opts.Registry != nil {
102-
// Initialize all possibilites that can occur below.
102+
// Initialize all possibilities that can occur below.
103103
errCnt.WithLabelValues("gathering")
104104
errCnt.WithLabelValues("encoding")
105105
if err := opts.Registry.Register(errCnt); err != nil {

0 commit comments

Comments
 (0)