Merge pull request #36 from f1337/temps

fix typo in temp_darwin
This commit is contained in:
Caleb Bassi 2018-05-23 21:04:30 -07:00 committed by GitHub
commit 1ec79f1574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,