From bb0974282105938841efa70ae34ee30d4af5ec8e Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Mon, 11 Mar 2024 16:37:35 +0100 Subject: [PATCH] Typo in comments --- v10/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v10/main.c b/v10/main.c index 1fb55f4..31f8563 100644 --- a/v10/main.c +++ b/v10/main.c @@ -86,7 +86,7 @@ int water_centi_degrees = 0; int deci_degrees_power = 0; /* Power board sensor */ int deci_degrees_disp = 0; /* Display board sensor */ -/* Set to ABSOLUTE_MAX_WATER_TEMP - 1.5°C when enbling max temp hysteresis */ +/* Set to ABSOLUTE_MAX_WATER_TEMP - 1.5°C when enabling max temp hysteresis */ int max_temp_hysteresys = 0; /* Value in mA computed upon startup from config ext_source_power_limit */ -- 2.43.0