From 6bb08588ab2f19d6dd26c490483eb7b9fe63703c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 18 Apr 2022 20:56:40 -0300 Subject: [PATCH] Minor fix (line 38) --- nodes/Utility/Math.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ''),