Skip to content

Commit

Permalink
Fix typo in Aeromatic++ (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
sryu1 authored Dec 11, 2023
1 parent 74c9c36 commit 52bb849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/aeromatic++/Aircraft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Aeromatic::Aeromatic() : Aircraft()

/* general information */
_general_order.push_back("systemFiles");
_general["systemFiles"] = new Param("Use dedicates System files?", "Select no to keep all systems in the aircraft configuration file", _system_files);
_general["systemFiles"] = new Param("Use dedicated system files?", "Select no to keep all systems in the aircraft configuration file", _system_files);
Param* units = new Param("Select a system of measurement", "The options affects all units for length, surface area, speed and thrust/power", _metric);
_general_order.push_back("units");
_general["units"] = units;
Expand Down

0 comments on commit 52bb849

Please # to comment.