diff --git a/libraries/AP_NavEKF2/AP_NavEKF2_RngBcnFusion.cpp b/libraries/AP_NavEKF2/AP_NavEKF2_RngBcnFusion.cpp index aea70455a6..57acfeee52 100644 --- a/libraries/AP_NavEKF2/AP_NavEKF2_RngBcnFusion.cpp +++ b/libraries/AP_NavEKF2/AP_NavEKF2_RngBcnFusion.cpp @@ -322,7 +322,7 @@ void NavEKF2_core::FuseRngBcnStatic() // calculate the delta to the estimated receiver position ftype delta = receiverPos.z - bcnMidPosD; - // calcuate the two hypothesis for our vertical position + // calculate the two hypothesis for our vertical position ftype receiverPosDownMax; ftype receiverPosDownMin; if (delta >= 0.0f) {