Typo in comments
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 11 Mar 2024 15:37:35 +0000 (16:37 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 11 Mar 2024 15:37:35 +0000 (16:37 +0100)
v10/main.c

index 1fb55f4..31f8563 100644 (file)
@@ -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 */