diff --git a/fbw-common/src/wasm/systems/systems/src/air_conditioning/acs_controller.rs b/fbw-common/src/wasm/systems/systems/src/air_conditioning/acs_controller.rs index fbda4f95d6f..a6b4a56b95a 100644 --- a/fbw-common/src/wasm/systems/systems/src/air_conditioning/acs_controller.rs +++ b/fbw-common/src/wasm/systems/systems/src/air_conditioning/acs_controller.rs @@ -287,7 +287,7 @@ impl DuctTemperature /// /// ACSC1 calculates the duct demand temperature of the cockpit. /// - /// ACSC2 caluclates the duct demand temperature of the fwd and aft cabin zones. + /// ACSC2 calculates the duct demand temperature of the fwd and aft cabin zones. fn duct_demand_temperature(&self) -> Vec { let demand_temperature: Vec = self .zone_controller