diff --git a/nodes/Utility/Math.py b/nodes/Utility/Math.py index 945b737..52eb958 100644 --- a/nodes/Utility/Math.py +++ b/nodes/Utility/Math.py @@ -35,7 +35,7 @@ class RenderNodeMath(RenderNodeBase): ('+', 'Add', ''), ('-', 'Subtract', ''), - ('*', 'Muitiply', ''), + ('*', 'Multiply', ''), ('/', 'Divide', ''), ('', 'Comparison', ''),