Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r4459be59bdc2896b44bcf6cd42d2762190e23c16 -ra3a01327c8fe80f65f6658ae6cbef4910a4a8033 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision a3a01327c8fe80f65f6658ae6cbef4910a4a8033) @@ -521,7 +521,7 @@ /*********************************************************************//** * @brief * The cmdStartDG function sends a start command to the DG. DG will transition - * from standby to re-circulate mode and start producing warm, pure water. + * from standby to recirculate mode and start producing warm, pure water. * @details * Inputs : none * Outputs : start DG command sent @@ -536,7 +536,7 @@ /*********************************************************************//** * @brief * The cmdStopDG function sends a stop command to the DG. DG will transition - * from re-circulate mode to standby mode. Pumps and heater go off. + * from recirculate mode to standby mode. Pumps and heater go off. * @details * Inputs : none * Outputs : stop DG command sent