From 76c9a0d931ba2d912a88e3b69749ec7b415ba47c Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Tue, 18 Jul 2017 18:11:10 +0300 Subject: [PATCH] Fix typo (#2963) --- storage/local/chunk/varbit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/local/chunk/varbit.go b/storage/local/chunk/varbit.go index 2ec59efd3..7802fa57d 100644 --- a/storage/local/chunk/varbit.go +++ b/storage/local/chunk/varbit.go @@ -105,7 +105,7 @@ import ( // - If ΔΔt is between [-65536,65535], store '110' followed by a 17 bit // value. This will typically happen if a scrape is missed completely. // -// - If ΔΔt is betwees [-4194304,4194303], store '111' followed by a 23 bit +// - If ΔΔt is between [-4194304,4194303], store '111' followed by a 23 bit // value. This spans more than 1h, which is usually enough as we close a // chunk anyway if it doesn't receive any sample in 1h. // -- GitLab