diff --git a/Moose Development/Moose/Ops/RecoveryTanker.lua b/Moose Development/Moose/Ops/RecoveryTanker.lua index a4c00cfea..fd567c5fe 100644 --- a/Moose Development/Moose/Ops/RecoveryTanker.lua +++ b/Moose Development/Moose/Ops/RecoveryTanker.lua @@ -660,9 +660,9 @@ function RECOVERYTANKER:SetRecoveryAirboss(switch) return self end ---- Set that the group takes the roll of an AWACS instead of a refueling tanker. +--- Set that the group takes the role of an AWACS instead of a refueling tanker. -- @param #RECOVERYTANKER self --- @param #boolean switch If true or nil, set roll AWACS. +-- @param #boolean switch If true or nil, set role AWACS. -- @param #boolean eplrs If true or nil, enable EPLRS. If false, EPLRS will be off. -- @return #RECOVERYTANKER self function RECOVERYTANKER:SetAWACS(switch, eplrs)