We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec1343 + 112f4c0 commit 2e10d9fCopy full SHA for 2e10d9f
1 file changed
sensors/sensors_linux.go
@@ -24,7 +24,7 @@ func TemperaturesWithContext(ctx context.Context) ([]TemperatureStat, error) {
24
25
files, err := getTemperatureFiles(ctx)
26
if err != nil {
27
- return nil, fmt.Errorf("failed to get tempreteure files, %w", err)
+ return nil, fmt.Errorf("failed to get temperature files, %w", err)
28
}
29
30
if len(files) == 0 { // handle distributions without hwmon, like raspbian #391, parse legacy thermal_zone files
0 commit comments