[Bf-blender-cvs] [59429dbaf94] custom-manipulators: Fix typo

Dalai Felinto noreply at git.blender.org
Tue May 30 10:19:44 CEST 2017


Commit: 59429dbaf941d88a9ce56d0784f34d6c9e7cb36f
Author: Dalai Felinto
Date:   Tue May 30 10:19:40 2017 +0200
Branches: custom-manipulators
https://developer.blender.org/rB59429dbaf941d88a9ce56d0784f34d6c9e7cb36f

Fix typo

===================================================================

M	source/blender/makesrna/intern/rna_armature.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_armature.c b/source/blender/makesrna/intern/rna_armature.c
index ef5a5ececd2..eaeb3cd496c 100644
--- a/source/blender/makesrna/intern/rna_armature.c
+++ b/source/blender/makesrna/intern/rna_armature.c
@@ -744,7 +744,7 @@ static void rna_def_bone(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "show_fmap", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "flag", BONE_DRAW_FMAP);
-	RNA_def_property_ui_text(prop, "Face Map", "Use an assosiated face map for this bone");
+	RNA_def_property_ui_text(prop, "Face Map", "Use an associated face map for this bone");
 	RNA_def_property_update(prop, 0, "rna_Armature_redraw_data");
 
 	prop = RNA_def_property(srna, "show_only_fmap", PROP_BOOLEAN, PROP_NONE);




More information about the Bf-blender-cvs mailing list