From 44bc06a882b9d2f0544de6d033b6ea7334c937d2 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Thu, 25 Jul 2024 17:02:12 +0200 Subject: Fix typos --- cputemp2maxfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cputemp2maxfreq.c') 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_tempVALID_TEMP_MAX)) { - config.logger("Invalid current tempature reported by CPU, exiting"); + config.logger("Invalid current tempeture reported by CPU, exiting"); failsafe(1); } -- cgit v1.2.3