From 4ae0089e4f53341f6407ff0ac3c0d7a7565de294 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sun, 15 Jan 2023 17:40:03 +0100 Subject: [PATCH 1/2] #CSAR * Docu corrections --- Moose Development/Moose/Core/Spawn.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose Development/Moose/Core/Spawn.lua b/Moose Development/Moose/Core/Spawn.lua index 00265187d..491bac853 100644 --- a/Moose Development/Moose/Core/Spawn.lua +++ b/Moose Development/Moose/Core/Spawn.lua @@ -389,7 +389,7 @@ end -- @param #SPAWN self -- @param #table SpawnTemplate is the Template of the Group. This must be a valid Group Template structure! -- @param #string SpawnTemplatePrefix is the name of the Group that will be given at each spawn. --- @param #string SpawnAliasPrefix (optional) is the name that will be given to the Group at runtime. +-- @param #string SpawnAliasPrefix is the name that will be given to the Group at runtime. -- @return #SPAWN -- @usage -- -- Create a new SPAWN object based on a Group Template defined from scratch. @@ -403,7 +403,7 @@ function SPAWN:NewFromTemplate( SpawnTemplate, SpawnTemplatePrefix, SpawnAliasPr local self = BASE:Inherit( self, BASE:New() ) self:F( { SpawnTemplate, SpawnTemplatePrefix, SpawnAliasPrefix } ) if SpawnAliasPrefix == nil or SpawnAliasPrefix == "" then - BASE:I( "ERROR: in function NewFromTemplate, required paramter SpawnAliasPrefix is not set" ) + BASE:I( "ERROR: in function NewFromTemplate, required parameter SpawnAliasPrefix is not set" ) return nil end From fabab9bfbb04f455b7be57705c484ca429064d3b Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Tue, 17 Jan 2023 09:25:01 +0100 Subject: [PATCH 2/2] #ATIS docu fix --- Moose Development/Moose/Ops/ATIS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Ops/ATIS.lua b/Moose Development/Moose/Ops/ATIS.lua index 96794d939..3780ba573 100644 --- a/Moose Development/Moose/Ops/ATIS.lua +++ b/Moose Development/Moose/Ops/ATIS.lua @@ -634,7 +634,7 @@ ATIS.version = "0.9.14" -- Constructor ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---- Create a new ATIS class object for a specific aircraft carrier unit. +--- Create a new ATIS class object for a specific airbase. -- @param #ATIS self -- @param #string AirbaseName Name of the airbase. -- @param #number Frequency Radio frequency in MHz. Default 143.00 MHz.