summaryrefslogtreecommitdiffstats
path: root/src/widgets/temp_darwin.go
diff options
context:
space:
mode:
authorMichael R Fleet <f1337@f1337.us>2018-05-23 22:09:04 -0400
committerMichael R Fleet <f1337@f1337.us>2018-05-23 22:09:04 -0400
commit08ea0b3db0c220d7f23c93c24c5fbfa36e2e7208 (patch)
tree22515781f7108b105f5a8d79779dfcacf3fb948e /src/widgets/temp_darwin.go
parent6f4984e5e7f75c1a236de2c98a9a0482697913e8 (diff)
fix typo in temp_darwin
Diffstat (limited to 'src/widgets/temp_darwin.go')
-rw-r--r--src/widgets/temp_darwin.go2
1 files changed, 1 insertions, 1 deletions
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,