Index: sources/ApplicationController.h =================================================================== diff -u -rc503f43840024e18650c1ac558448dd0f3b70427 -r6aea3fd1baa6992d6eba9938599374f615649fab --- sources/ApplicationController.h (.../ApplicationController.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 6aea3fd1baa6992d6eba9938599374f615649fab) @@ -40,7 +40,7 @@ * This class is the main gate keeper for decisions and will decide if a message should pass through the other observers. * Currently (08/30/2020) is a bridge and will pass all the messages. * Later with implementation/help of the main state machine will decide on the state of the device what needs to be done. - * \note States are like [Idle, Out of Battery, Fault, FW connection lost] and such + * \note States are like [Idle, Run on Battery, Fault, FW connection lost] and such */ class ApplicationController : public QObject {