From 2096c6e4642f40d416f873fbdb48f8c925555881 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 12 Mar 2021 12:19:05 +0200 Subject: [PATCH] app/vmselect/prometheus: typo fix after 7c002023d78cbbe239648d167322d12f4f91e78f --- app/vmselect/prometheus/prometheus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmselect/prometheus/prometheus.go b/app/vmselect/prometheus/prometheus.go index 9375282695..93f5f3a8c3 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