From aec9e0e1b61a10e62612522bf3f86e0afd7294a3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 29 Mar 2020 16:33:51 +1100 Subject: Cleanup: spelling, comments --- source/blender/makesrna/intern/rna_modifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c index 0de745f5892..45c4ad75995 100644 --- a/source/blender/makesrna/intern/rna_modifier.c +++ b/source/blender/makesrna/intern/rna_modifier.c @@ -93,7 +93,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = { "UV_WARP", ICON_MOD_UVPROJECT, "UV Warp", - "Transform the UV map using the the difference between two objects"}, + "Transform the UV map using the difference between two objects"}, {eModifierType_WeightVGEdit, "VERTEX_WEIGHT_EDIT", ICON_MOD_VERTEX_WEIGHT, -- cgit v1.2.3