From 0fa7e0e4960c60b857db9bec6c94065ac723fbfb Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Wed, 5 Feb 2020 15:07:29 +0300 Subject: [PATCH] selfcheck: Fix typo in constant name --- clover/src/selfcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clover/src/selfcheck.py b/clover/src/selfcheck.py index e35f75b0..dcdb71df 100755 --- a/clover/src/selfcheck.py +++ b/clover/src/selfcheck.py @@ -740,7 +740,7 @@ def check_rpi_health(): (FLAG_FREQ_CAP_NOW, 'CPU reached thermal limit and is throttled now'), (FLAG_FREQ_CAP_OCCURRED, 'CPU may overheat during drone operation, consider additional cooling'), (FLAG_THERMAL_LIMIT_NOW, 'CPU reached soft thermal limit, frequency reduced'), - (FLAG_THERMAL_LIMIT_OUCCURRED, 'CPU may reach soft thermal limit, consider additional cooling'), + (FLAG_THERMAL_LIMIT_OCCURRED, 'CPU may reach soft thermal limit, consider additional cooling'), ) try: