diff options
author | Steve <nilslice@gmail.com> | 2017-03-16 08:48:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 08:48:07 -0700 |
commit | f6f6d6e05d9f5f209b6a3273eb6a57af1eb5f6a2 (patch) | |
tree | cd8839e7b1dbeb17ccfff5834085440082a55bdf /system/api/analytics/init.go | |
parent | 709fdc6ce0184034dfe2df7c413772c19a4455f0 (diff) | |
parent | d94cd94c0d0cefbb176460bb675f81034333eb26 (diff) |
Merge pull request #100 from ferhatelmas/more-typos
Typo fixes
Diffstat (limited to 'system/api/analytics/init.go')
-rw-r--r-- | system/api/analytics/init.go | 2 |
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() |