aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/StateMachines/Initialization
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-25 18:37:50 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-10-25 18:37:50 +0200
commit7c28d90c42bdb0bb91bcbd862b7c860c22cf3f7d (patch)
treece1f94d75acebee5ddc7cecd80b2982838fe5712 /Software/Embedded_SW/Embedded/StateMachines/Initialization
parentb87aee2720cd71594b8cb68849d18b42cd0905bb (diff)
downloadTango-7c28d90c42bdb0bb91bcbd862b7c860c22cf3f7d.tar.gz
Tango-7c28d90c42bdb0bb91bcbd862b7c860c22cf3f7d.zip
Dryer instead of drier (resolving bug #3907)
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines/Initialization')
-rw-r--r--Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
index a73f12a05..dc7c09499 100644
--- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
+++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
@@ -672,7 +672,7 @@ uint32_t PowerDownUpdate(POWER_OFF_STAGES_ENUM stage)
case POWER_OFF_TURN_OFF_DRYER_FAN:
response.state = stage +1;
response.progresspercentage = 97.0;
- response.message = "Drier fan off";
+ response.message = "Dryer fan off";
break;
case POWER_OFF_TURN_OFF_COOLER:
response.state = stage +1;