Index: firmware/App/Services/TDInterface.c =================================================================== diff -u -r363b26b9ab427b7e39e505425c1b15e0584669cb -r333e2d0c0462dcb4343a279420949cce716ebab7 --- firmware/App/Services/TDInterface.c (.../TDInterface.c) (revision 363b26b9ab427b7e39e505425c1b15e0584669cb) +++ firmware/App/Services/TDInterface.c (.../TDInterface.c) (revision 333e2d0c0462dcb4343a279420949cce716ebab7) @@ -44,7 +44,7 @@ static TD_OP_MODE_T tdCurrentOpMode; ///< Current TD operation mode. static U32 tdSubMode; ///< Current state (sub-mode) of current TD operation mode. static F32 tdDialysateFlowrate; ///< TD dialysate flow rate -static F32 tdUFRate; ///< TD ultrafilteration rate +static F32 tdUFRate; ///< TD ultrafiltration rate static F32 tdTargetDialysateTemp; ///< TD target dialysate temperature static BOOL tdDialyzerBypass; ///< TD dialyzer bypass static DD_ACID_TYPES_T tdAcidType; ///< TD Acid type. @@ -192,7 +192,7 @@ * The setTDUFRate function sets the latest TD UF rate. * @details \b Inputs: none * @details \b Outputs: tdUFRate - * @param ultrafilteration flow rate. + * @param ultrafiltration flow rate. * @return none. *************************************************************************/ void setTDUFRate( F32 ufRate ) @@ -259,7 +259,7 @@ /*********************************************************************//** * @brief - * The getTDUFrate function gets the latest TD ultrafilteration flow + * The getTDUFrate function gets the latest TD ultrafiltration flow * rate. * @details \b Inputs: tdUFRate * @details \b Outputs: none