fix typos

This commit is contained in:
Applevangelist 2022-08-18 18:24:37 +02:00
parent e8a0464f6c
commit a8d5d2ace1
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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.