AP_NavEKF3: fix type, 'willbe' -> 'will be'

This commit is contained in:
Peter Barker 2021-12-17 10:47:21 +11:00 committed by Randy Mackay
parent 1886b2dccd
commit 0cb4425eb9
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ const AP_Param::GroupInfo NavEKF3::var_info[] = {
// @Param: VEL_I_GATE // @Param: VEL_I_GATE
// @DisplayName: GPS velocity innovation gate size // @DisplayName: GPS velocity innovation gate size
// @Description: This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements willbe rejected. Increasing it makes it more likely that bad measurements will be accepted. // @Description: This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
// @Range: 100 1000 // @Range: 100 1000
// @Increment: 25 // @Increment: 25
// @User: Advanced // @User: Advanced