Tools: Spell correction

This commit is contained in:
Dr.-Ing. Amilcar do Carmo Lucas 2024-01-15 17:15:19 +01:00 committed by Randy Mackay
parent 413af641be
commit 2564ca03e2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def find_vehicle_parameter_filepath(vehicle_name):
"Sub": "ArduSub",
}
# first try ArduCopter/Parmameters.cpp
# first try ArduCopter/Parameters.cpp
for top_dir in apm_path, apm_tools_path:
path = os.path.join(top_dir, vehicle_name, "Parameters.cpp")
if os.path.exists(path):