Spelling correction

This commit is contained in:
QuantumCoderQC 2021-05-02 01:37:00 +02:00
parent 5b6875947c
commit df372e9523

View file

@ -1,7 +1,7 @@
from arm.logicnode.arm_nodes import *
class SpawnObjectNode(ArmLogicTreeNode):
"""Spawns the given object if present in the current active scene. The spawned object has the same name of its instance, but they are threated as different objects."""
"""Spawns the given object if present in the current active scene. The spawned object has the same name of its instance, but they are treated as different objects."""
bl_idname = 'LNSpawnObjectNode'
bl_label = 'Spawn Object'