diff --git a/app/vmselect/prometheus/prometheus.go b/app/vmselect/prometheus/prometheus.go index 937528269..93f5f3a8c 100644 --- a/app/vmselect/prometheus/prometheus.go +++ b/app/vmselect/prometheus/prometheus.go @@ -968,7 +968,7 @@ func QueryHandler(startTime time.Time, w http.ResponseWriter, r *http.Request) e start -= offset end := start start = end - window - // Do not includ data point with a timestamp matching the lower boundary of the window as Prometheus does. + // Do not include data point with a timestamp matching the lower boundary of the window as Prometheus does. start++ if end < start { end = start