summaryrefslogtreecommitdiff
path: root/system/api/analytics/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/api/analytics/init.go')
-rw-r--r--system/api/analytics/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/analytics/init.go b/system/api/analytics/init.go
index f24425b..caa187a 100644
--- a/system/api/analytics/init.go
+++ b/system/api/analytics/init.go
@@ -137,7 +137,7 @@ func serve() {
// ChartData returns the map containing decoded javascript needed to chart RANGE
// days of data by day
func ChartData() (map[string]interface{}, error) {
- // set thresholds for today and the RANGE-1 days preceeding
+ // set thresholds for today and the RANGE-1 days preceding
times := [RANGE]time.Time{}
dates := [RANGE]string{}
now := time.Now()