mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Tools: Spell correction
This commit is contained in:
parent
413af641be
commit
2564ca03e2
@ -66,7 +66,7 @@ def find_vehicle_parameter_filepath(vehicle_name):
|
|||||||
"Sub": "ArduSub",
|
"Sub": "ArduSub",
|
||||||
}
|
}
|
||||||
|
|
||||||
# first try ArduCopter/Parmameters.cpp
|
# first try ArduCopter/Parameters.cpp
|
||||||
for top_dir in apm_path, apm_tools_path:
|
for top_dir in apm_path, apm_tools_path:
|
||||||
path = os.path.join(top_dir, vehicle_name, "Parameters.cpp")
|
path = os.path.join(top_dir, vehicle_name, "Parameters.cpp")
|
||||||
if os.path.exists(path):
|
if os.path.exists(path):
|
||||||
|
Loading…
Reference in New Issue
Block a user