From 08ea0b3db0c220d7f23c93c24c5fbfa36e2e7208 Mon Sep 17 00:00:00 2001 From: Michael R Fleet Date: Wed, 23 May 2018 22:09:04 -0400 Subject: [PATCH] fix typo in temp_darwin --- src/widgets/temp_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/temp_darwin.go b/src/widgets/temp_darwin.go index 910cfed..d635dd7 100644 --- a/src/widgets/temp_darwin.go +++ b/src/widgets/temp_darwin.go @@ -11,7 +11,7 @@ type TemperatureStat struct { Temperature float64 `json:"sensorTemperature"` } -func SensorsTempatures() ([]TemperatureStat, error) { +func SensorsTemperatures() ([]TemperatureStat, error) { temperatureKeys := []string{ C.AMBIENT_AIR_0, C.AMBIENT_AIR_1,