From 2e53235087ed682251360352b09455b396e48bb9 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sat, 27 Jul 2024 20:00:23 +0200 Subject: Fix more typos --- cputemp2maxfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_tempVALID_TEMP_MAX)) { - config.logger("Invalid current tempeture reported by CPU, exiting"); + config.logger("Invalid current temperature reported by CPU, exiting"); failsafe(1); } -- cgit v1.2.3