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:
parent
6f4984e5e7
commit
08ea0b3db0
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user