Index: firmware/App/Modes/ModeDisinfect.h =================================================================== diff -u -rb64c49fdcf2b6d95e61e63f8e258c4e600935bbd -r138efd92a8645e0d2fe422409ef5a33dd2929a25 --- firmware/App/Modes/ModeDisinfect.h (.../ModeDisinfect.h) (revision b64c49fdcf2b6d95e61e63f8e258c4e600935bbd) +++ firmware/App/Modes/ModeDisinfect.h (.../ModeDisinfect.h) (revision 138efd92a8645e0d2fe422409ef5a33dd2929a25) @@ -5,7 +5,7 @@ * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * @file ModeDisinfectt.h + * @file ModeDisinfect.h * * @date 20-Dec-2019 * @author L. Baloa @@ -22,7 +22,7 @@ // ********** private function prototypes ********** void initDisinfectMode( void ); // initialize this module -void transitionToDisinfectMode( void ); // prepares for transition to treatment mode -void execDisinfectMode( void ); // execute the treatment mode state machine (call from OperationModes) +void transitionToDisinfectMode( void ); // prepares for transition to disinfect mode +void execDisinfectMode( void ); // execute the disinfect mode state machine (call from OperationModes) #endif