diff -r 72c715ac0444 -r 7d17e2cb31a8 main/automation.c --- a/main/automation.c Sun Jun 07 15:09:23 2020 +0200 +++ b/main/automation.c Sun Jun 07 16:55:36 2020 +0200 @@ -30,7 +30,7 @@ uint16_t TimeWhirlPool = 0; ///< Whirlpool timer uint32_t TimeLeft = 0; ///< Time left in this stage uint32_t oldTimeLeft = 0; ///< The previous time left -uint32_t TimeSpent = 0; ///< Tota time spent +uint32_t TimeSpent = 0; ///< Total time spent uint32_t SecsCount = 0; ///< Seconds counter uint32_t pumpTime = 0; ///< Pump running time uint32_t TimeBrewing = 0; ///< Brewing time elapsed