From 6a738c683ababfbb505da092dfec3156528775df Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Thu, 28 Jun 2018 15:09:23 -0700 Subject: [PATCH] Fix spelling --- chronograf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronograf.go b/chronograf.go index 7e5b43f0ed..8a1c54f47d 100644 --- a/chronograf.go +++ b/chronograf.go @@ -210,7 +210,7 @@ type TemplateQuery struct { Command string `json:"influxql"` // Command is the query itself DB string `json:"db,omitempty"` // DB is optional and if empty will not be used. RP string `json:"rp,omitempty"` // RP is a retention policy and optional; if empty will not be used. - Measurement string `json:"measurement"` // Measurement is the optinally selected measurement for the query + Measurement string `json:"measurement"` // Measurement is the optionally selected measurement for the query TagKey string `json:"tagKey"` // TagKey is the optionally selected tag key for the query FieldKey string `json:"fieldKey"` // FieldKey is the optionally selected field key for the query }