Index: firmware/App/Modes/ModeRecirculate.h =================================================================== diff -u -r54f45c387430e440ab4607451fc84dea61f273f1 -r748fbe2e4347126645d229f9dfed45de55526ef7 --- firmware/App/Modes/ModeRecirculate.h (.../ModeRecirculate.h) (revision 54f45c387430e440ab4607451fc84dea61f273f1) +++ firmware/App/Modes/ModeRecirculate.h (.../ModeRecirculate.h) (revision 748fbe2e4347126645d229f9dfed45de55526ef7) @@ -34,8 +34,8 @@ // ********** public function prototypes ********** void initRecirculateMode( void ); // initialize this module -void transitionToRecirculateMode( void ); // prepares for transition to recirculate mode -U32 execRecirculateMode( void ); // execute the recirculate mode state machine (call from OperationModes) +void transitionToRecirculateMode( void ); // prepares for transition to re-circulate mode +U32 execRecirculateMode( void ); // execute the re-circulate mode state machine (call from OperationModes) DG_RECIRCULATE_MODE_STATE_T getCurrentRecirculateState( void ); // get the current state of re-circulate mode