Fix spelling for Actor.Create description

This commit is contained in:
Thijs Waalen
2014-09-06 21:56:33 +02:00
parent 4f4bdf249b
commit 3a80ee27cd

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Scripting
{
public ActorGlobal(ScriptContext context) : base(context) { }
[Desc("Create a new actor. initTable specifies a list of key-value pairs that define initial parameters for the actor's traits.")]
[Desc("Create a new actor. initTable specifies a list of key-value pairs that defines the initial parameters for the actor's traits.")]
public Actor Create(string type, bool addToWorld, LuaTable initTable)
{
var initDict = new TypeDictionary();