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

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