From 4e1cda9885a6ef508396a8f60c292350af8f3f3d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 31 Jul 2019 13:27:19 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz Differential Revision: https://developer.blender.org/D5240 --- mesh_bsurfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesh_bsurfaces.py') diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py index 11c80686..3291134f 100644 --- a/mesh_bsurfaces.py +++ b/mesh_bsurfaces.py @@ -3457,8 +3457,8 @@ class GPENCIL_OT_SURFSK_add_surface(Operator): class GPENCIL_OT_SURFSK_init(Operator): bl_idname = "gpencil.surfsk_init" bl_label = "Bsurfaces initialize" - bl_description = "Bsurfaces initialiaze" - + bl_description = "Bsurfaces initialize" + active_object: PointerProperty(type=bpy.types.Object) def execute(self, context): -- cgit v1.2.3