mirror of https://github.com/ArduPilot/ardupilot
AP_Mission: fixed typo
This commit is contained in:
parent
3538621c48
commit
3a6698f54b
|
@ -114,7 +114,7 @@ bool AP_Mission::clear()
|
|||
}
|
||||
|
||||
|
||||
/// trucate - trunacte any mission items beyond index
|
||||
/// trucate - truncate any mission items beyond index
|
||||
void AP_Mission::truncate(uint16_t index)
|
||||
{
|
||||
if (_cmd_total > index) {
|
||||
|
|
Loading…
Reference in New Issue