AP_Scripting: minor docs fix

This commit is contained in:
Randy Mackay 2024-08-27 13:39:14 +09:00
parent 1df029a679
commit b46d22f08b
1 changed files with 1 additions and 1 deletions

View File

@ -3516,7 +3516,7 @@ function mavlink:receive_chan() end
---@return boolean -- success
function mavlink:send_chan(chan, msgid, message) end
-- Block a given MAV_CMD from being procceced by ArduPilot
-- Block a given MAV_CMD from being processed by ArduPilot
---@param comand_id integer
---@return boolean
function mavlink:block_command(comand_id) end