Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r41a41275952290677df1fb0d27db3f354be26dd8 -r437ac340cfe0bd90bc016372113bae3d594b7526 --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 41a41275952290677df1fb0d27db3f354be26dd8) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 437ac340cfe0bd90bc016372113bae3d594b7526) @@ -46,7 +46,7 @@ { U32 bloodLeakStatus; ///< Blood leak detector status U32 bloodLeakState; ///< Blood leak detector state - U32 bloodLeakPersitentCounter; ///< Blood leak detector persistent counter + U32 bloodLeakPersistentCounter; ///< Blood leak detector persistent counter } BLOOD_LEAK_DATA_T; // ********** public function prototypes **********