From cfa319ab5fe2c8f3195c04de3974bbb1430d1046 Mon Sep 17 00:00:00 2001 From: arne182 Date: Fri, 3 Aug 2018 09:17:00 +0200 Subject: [PATCH] Spelling Correction (#316) --- selfdrive/thermald.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/thermald.py b/selfdrive/thermald.py index 97eefc3f5575bd..6db8b61bc1e666 100755 --- a/selfdrive/thermald.py +++ b/selfdrive/thermald.py @@ -71,7 +71,7 @@ def set_eon_fan(val): _TEMP_THRS_L = [42.5, 57.5, 72.5, 10000] # fan speed options _FAN_SPEEDS = [0, 16384, 32768, 65535] -# max fan speed only allowed if battery if hot +# max fan speed only allowed if battery is hot _BAT_TEMP_THERSHOLD = 45. def handle_fan(max_cpu_temp, bat_temp, fan_speed):