LuaDocs spelling fixes

This commit is contained in:
Thijs Waalen
2014-09-06 19:28:59 +02:00
parent 8e4b5af352
commit a9b5e1d911
4 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ namespace OpenRA.Mods.RA.Scripting
}
[ScriptActorPropertyActivity]
[Desc("Run an arbitrary lua function.")]
[Desc("Run an arbitrary Lua function.")]
public void CallFunc(LuaFunction func)
{
self.QueueActivity(new CallLuaFunc(func));