From 2564ca03e2f68d53ce441006561b266d55927aed Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Mon, 15 Jan 2024 17:15:19 +0100 Subject: [PATCH] Tools: Spell correction --- Tools/autotest/param_metadata/param_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/param_metadata/param_parse.py b/Tools/autotest/param_metadata/param_parse.py index fdb1465e29..b76a23bf4b 100755 --- a/Tools/autotest/param_metadata/param_parse.py +++ b/Tools/autotest/param_metadata/param_parse.py @@ -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):