Skip to content

Commit

Permalink
fix: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuhe committed Oct 14, 2023
1 parent 73c2b29 commit 8b5a5cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ impl<const ZONES: usize, const ENGINES: usize> 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<ThermodynamicTemperature> {
let demand_temperature: Vec<ThermodynamicTemperature> = self
.zone_controller
Expand Down

0 comments on commit 8b5a5cb

Please sign in to comment.