From 0c9fd0ae9341d473809af9dd73eb3551cdaa82ba Mon Sep 17 00:00:00 2001 From: mirkix Date: Thu, 11 Oct 2018 22:42:31 +0200 Subject: [PATCH] AC_WPNav: fix typo --- libraries/AC_WPNav/AC_Loiter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AC_WPNav/AC_Loiter.cpp b/libraries/AC_WPNav/AC_Loiter.cpp index bd227dda2b..cd1babc35c 100644 --- a/libraries/AC_WPNav/AC_Loiter.cpp +++ b/libraries/AC_WPNav/AC_Loiter.cpp @@ -53,7 +53,7 @@ const AP_Param::GroupInfo AC_Loiter::var_info[] = { // @Param: BRK_JERK // @DisplayName: Loiter braking jerk - // @Description: Loiter braking jerk in cm/s/s/s. Higher values will remove braking faster if the pilot moves the sticks during a braking manuver. + // @Description: Loiter braking jerk in cm/s/s/s. Higher values will remove braking faster if the pilot moves the sticks during a braking maneuver. // @Units: cm/s/s/s // @Range: 500 5000 // @Increment: 1