From d68dca98ce6705dd69285692f3cdc1dbf2213c1d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 5 Jan 2022 15:27:33 +0100 Subject: Cleanup: fix typos in source code Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801 --- mesh_tissue/tessellate_numpy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesh_tissue') diff --git a/mesh_tissue/tessellate_numpy.py b/mesh_tissue/tessellate_numpy.py index b13094e9..a428cea6 100644 --- a/mesh_tissue/tessellate_numpy.py +++ b/mesh_tissue/tessellate_numpy.py @@ -300,7 +300,7 @@ class tissue_tessellate_prop(PropertyGroup): min=1, soft_max=5, description="Automatically repeat the Tessellation using the " - + "generated geometry as new base object.\nUsefull for " + + "generated geometry as new base object.\nUseful for " + "for branching systems. Dangerous!", update = anim_tessellate_active ) @@ -1868,7 +1868,7 @@ class tessellate(Operator): min=1, soft_max=5, description="Automatically repeat the Tessellation using the " - + "generated geometry as new base object.\nUsefull for " + + "generated geometry as new base object.\nUseful for " + "for branching systems. Dangerous!" ) bool_combine : BoolProperty( -- cgit v1.2.3