From 24869ff2d0ff8c057ab3fb6a336ec503fb9f7cad Mon Sep 17 00:00:00 2001 From: kjinan <2008kongxiangsheng@163.com> Date: Fri, 14 May 2021 09:34:11 +0800 Subject: [PATCH] typos correct Signed-off-by: kjinan <2008kongxiangsheng@163.com> --- tsdb/head_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/head_test.go b/tsdb/head_test.go index 2afbc2081..6ae7c5104 100644 --- a/tsdb/head_test.go +++ b/tsdb/head_test.go @@ -2042,7 +2042,7 @@ func TestHeadMintAfterTruncation(t *testing.T) { require.Equal(t, int64(4000), head.MinTime()) require.Equal(t, int64(4000), head.minValidTime.Load()) - // After truncation outside the appendable windown if the actual min time + // After truncation outside the appendable window if the actual min time // is in the appendable window then we should leave mint at the start of appendable window. require.NoError(t, head.Truncate(5000)) require.Equal(t, head.appendableMinValidTime(), head.MinTime())