aboutsummaryrefslogtreecommitdiffstats
path: root/cputemp2maxfreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'cputemp2maxfreq.c')
-rw-r--r--cputemp2maxfreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cputemp2maxfreq.c b/cputemp2maxfreq.c
index 887a406..597f1e8 100644
--- a/cputemp2maxfreq.c
+++ b/cputemp2maxfreq.c
@@ -150,7 +150,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 tempature reported by CPU, exiting");
+ config.logger("Invalid current tempeture reported by CPU, exiting");
failsafe(1);
}