diff --git a/Moose Development/Moose/Core/Condition.lua b/Moose Development/Moose/Core/Condition.lua index 7c25f1948..d88a1fc33 100644 --- a/Moose Development/Moose/Core/Condition.lua +++ b/Moose Development/Moose/Core/Condition.lua @@ -273,7 +273,7 @@ function CONDITION:_EvalConditionsAny(functions) end end ---- Create conditon fucntion object. +--- Create conditon function object. -- @param #CONDITION self -- @param #function Function The function to call. -- @param ... (Optional) Parameters passed to the function (if any). diff --git a/Moose Development/Moose/Ops/Operation.lua b/Moose Development/Moose/Ops/Operation.lua index 1d2a18298..a304395d7 100644 --- a/Moose Development/Moose/Ops/Operation.lua +++ b/Moose Development/Moose/Ops/Operation.lua @@ -454,7 +454,7 @@ function OPERATION:GetPhaseStatus(Phase) return Phase.status end ---- Set codition when the given phase is over. +--- Set condition when the given phase is over. -- @param #OPERATION self -- @param #OPERATION.Phase Phase The phase. -- @param Core.Condition#CONDITION Condition Condition when the phase is over.