diff options
author | PA4WDH | 2024-07-27 20:00:23 +0200 |
---|---|---|
committer | PA4WDH | 2024-07-27 20:00:23 +0200 |
commit | 2e53235087ed682251360352b09455b396e48bb9 (patch) | |
tree | 3d84b5d1104d8962cab0dc59affe9775ab85add3 | |
parent | Fix more typos (diff) | |
download | cputemp2maxfreq-2e53235087ed682251360352b09455b396e48bb9.tar.gz cputemp2maxfreq-2e53235087ed682251360352b09455b396e48bb9.tar.bz2 cputemp2maxfreq-2e53235087ed682251360352b09455b396e48bb9.zip |
Fix more typos
-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); } |