diff options
-rw-r--r-- | cputemp2maxfreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cputemp2maxfreq.c b/cputemp2maxfreq.c index 5b84e70..47b1f53 100644 --- a/cputemp2maxfreq.c +++ b/cputemp2maxfreq.c @@ -173,7 +173,7 @@ int main(int argc,char **argv) cpudata.cur_temp=sysfs_read_long_int(config.temp_input); if ((cpudata.cur_temp<VALID_TEMP_MIN) || (cpudata.cur_temp>VALID_TEMP_MAX)) { - config.logger("Invalid current tempeture reported by CPU, exiting"); + config.logger("Invalid current temperature reported by CPU, exiting"); failsafe(1); } |