MulticopterPositionControl: fix typo "descen{d/t}"

This commit is contained in:
Matthias Grob
2022-05-04 09:56:04 +02:00
parent 7f1bb556e9
commit 46fdc28cf8
@@ -602,7 +602,7 @@ vehicle_local_position_setpoint_s MulticopterPositionControl::generateFailsafeSe
failsafe_setpoint.acceleration[2] = .3f;
if (warn) {
PX4_WARN("Failsafe: blind descend");
PX4_WARN("Failsafe: blind descent");
}
}