Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 -r85ab84d9a0668e1e3976b00eb29e79c38c81b651 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 85ab84d9a0668e1e3976b00eb29e79c38c81b651) @@ -80,7 +80,7 @@ void initTreatmentMode( void ); // initialize this module void transitionToTreatmentMode( void ); // prepares for transition to treatment mode U32 execTreatmentMode( void ); // execute the treatment mode state machine (call from OperationModes) -void signalAlarmActionToTreatmentode( ALARM_ACTION_T action ); // execute alarm action as appropriate for Treatment mode +void signalAlarmActionToTreatmentMode( ALARM_ACTION_T action ); // execute alarm action as appropriate for Treatment mode TREATMENT_STATE_T getTreatmentState( void ); // determine the current treatment sub-mode (state)