From 6d7056ab6e342fba9a62ecfa2efd132ffe2e403a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 30 Jun 2022 17:20:39 +0200 Subject: Cleanup: fix various typos Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15328 --- object_fracture_cell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object_fracture_cell/__init__.py') diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py index e9f70a44..543f86f1 100644 --- a/object_fracture_cell/__init__.py +++ b/object_fracture_cell/__init__.py @@ -482,7 +482,7 @@ class FractureCell(Operator): rowsub.prop(self, "use_data_match") rowsub = col.row() - # on same row for even layout but infact are not all that related + # on same row for even layout but in fact are not all that related rowsub.prop(self, "material_index") rowsub.prop(self, "use_interior_vgroup") -- cgit v1.2.3