From 6181d1f18fc8578a89ccbabe8cee907e536aa034 Mon Sep 17 00:00:00 2001 From: yeya24 Date: Tue, 29 Jan 2019 10:25:12 +0800 Subject: [PATCH] fix two typos in db_test Signed-off-by: yeya24 --- db_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db_test.go b/db_test.go index e3e90ce8b..f727a7919 100644 --- a/db_test.go +++ b/db_test.go @@ -1604,9 +1604,9 @@ func TestCorrectNumTombstones(t *testing.T) { // TestBlockRanges checks the following use cases: // - No samples can be added with timestamps lower than the last block maxt. -// - The compactor doesn't create overlaping blocks +// - The compactor doesn't create overlapping blocks // even when the last blocks is not within the default boundaries. -// - Lower bondary is based on the smallest sample in the head and +// - Lower boundary is based on the smallest sample in the head and // upper boundary is rounded to the configured block range. // // This ensures that a snapshot that includes the head and creates a block with a custom time range