From 8b5a5cb5872f372d70e87bb4588c1625cf506f02 Mon Sep 17 00:00:00 2001 From: Miquel Juhe Date: Sat, 14 Oct 2023 18:06:48 +0100 Subject: [PATCH] fix: comment typo --- .../wasm/systems/systems/src/air_conditioning/acs_controller.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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