mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
fix typos
This commit is contained in:
parent
e8a0464f6c
commit
a8d5d2ace1
@ -273,7 +273,7 @@ function CONDITION:_EvalConditionsAny(functions)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Create conditon fucntion object.
|
--- Create conditon function object.
|
||||||
-- @param #CONDITION self
|
-- @param #CONDITION self
|
||||||
-- @param #function Function The function to call.
|
-- @param #function Function The function to call.
|
||||||
-- @param ... (Optional) Parameters passed to the function (if any).
|
-- @param ... (Optional) Parameters passed to the function (if any).
|
||||||
|
|||||||
@ -454,7 +454,7 @@ function OPERATION:GetPhaseStatus(Phase)
|
|||||||
return Phase.status
|
return Phase.status
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Set codition when the given phase is over.
|
--- Set condition when the given phase is over.
|
||||||
-- @param #OPERATION self
|
-- @param #OPERATION self
|
||||||
-- @param #OPERATION.Phase Phase The phase.
|
-- @param #OPERATION.Phase Phase The phase.
|
||||||
-- @param Core.Condition#CONDITION Condition Condition when the phase is over.
|
-- @param Core.Condition#CONDITION Condition Condition when the phase is over.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user