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,