From 02aee00fdb59f3eca4edde3f31f58fb2f98c7671 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Wed, 14 Feb 2018 11:10:46 +0000 Subject: [PATCH] Fix a typo --- prometheus/promhttp/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/promhttp/http.go b/prometheus/promhttp/http.go index 714a7f9..8dc2603 100644 --- a/prometheus/promhttp/http.go +++ b/prometheus/promhttp/http.go @@ -280,7 +280,7 @@ type HandlerOpts struct { // Service Unavailable and a suitable message in the body. If // MaxRequestsInFlight is 0 or negative, no limit is applied. MaxRequestsInFlight int - // If handling a request takes longer than Timeout, it is repsonded to + // If handling a request takes longer than Timeout, it is responded to // with 503 ServiceUnavailable and a suitable Message. No timeout is // applied if Timeout is 0 or negative. Note that with the current // implementation, reaching the timeout simply ends the HTTP requests as