From 78ddd0512c74ec4f7c9522ff38ad3aa7cea1f5e5 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Sat, 6 Mar 2021 10:04:46 +0900 Subject: [PATCH] Tools: autotest for copter spelling fix --- Tools/autotest/arducopter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index 9a0f4c3ff5..9ec2c2fd95 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -977,7 +977,7 @@ class AutoTestCopter(AutoTest): # Trigger low battery condition in land mode with FS_OPTIONS # set to allow land mode to continue. Verify landing completes - # uninterupted. + # uninterrupted. self.start_subtest("Battery failsafe with FS_OPTIONS set to continue landing") self.takeoffAndMoveAway() self.set_parameter('FS_OPTIONS', 8)