Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -r30f049651877229042e3f8700c8596e5b9a1e0f4 -ra2bc96881a5fc3d8f779246b2abebf15a8de9384 --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision a2bc96881a5fc3d8f779246b2abebf15a8de9384) @@ -244,7 +244,7 @@ *************************************************************************/ void execAirTrapController( void ) { - // If we've faulted, close valve and go to manual control + // If we have faulted, close valve and go to manual control if ( MODE_FAUL == getCurrentOperationMode() ) { airTrapControllerState = AIR_TRAP_MANUAL_CONTROL_STATE;