From b97656172d39658d7722db3ab191f3c8e0ef92ad Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Wed, 29 Oct 2014 16:49:13 +0000 Subject: [PATCH] fixed mispelling with time_granularity --- core/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/http.go b/core/http.go index 580a6c210..662b251c8 100644 --- a/core/http.go +++ b/core/http.go @@ -347,7 +347,7 @@ func bitmaps(frame string, obj JsonObject) chan uint64 { c <- base_id } else { quantum := index.YMDH - if val, ok := obj["time_granulatrity"]; ok { + if val, ok := obj["time_granularity"]; ok { switch val { case "Y": quantum = index.Y