1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-04-25 13:49:00 +08:00

fix typo in temp_darwin

This commit is contained in:
Michael R Fleet 2018-05-23 22:09:04 -04:00
parent 6f4984e5e7
commit 08ea0b3db0

View File

@ -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,