[Bf-blender-cvs] [bd6bd62753] master: Fix small spelling error

Aaron Carlisle noreply at git.blender.org
Fri Jan 13 05:36:42 CET 2017


Commit: bd6bd6275363017bacbbdeff29eb3a4a323ee48a
Author: Aaron Carlisle
Date:   Thu Jan 12 23:36:08 2017 -0500
Branches: master
https://developer.blender.org/rBbd6bd6275363017bacbbdeff29eb3a4a323ee48a

Fix small spelling error

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

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

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

diff --git a/source/blender/makesrna/intern/rna_mesh_api.c b/source/blender/makesrna/intern/rna_mesh_api.c
index cd48bc1a3d..ff9873fb3d 100644
--- a/source/blender/makesrna/intern/rna_mesh_api.c
+++ b/source/blender/makesrna/intern/rna_mesh_api.c
@@ -241,7 +241,7 @@ void RNA_api_mesh(StructRNA *srna)
 	RNA_def_function_ui_description(func, "Free split vertex normals");
 
 	func = RNA_def_function(srna, "split_faces", "BKE_mesh_split_faces");
-	RNA_def_function_ui_description(func, "Spli faces based on the edge angle");
+	RNA_def_function_ui_description(func, "Split faces based on the edge angle");
 
 	func = RNA_def_function(srna, "calc_tangents", "rna_Mesh_calc_tangents");
 	RNA_def_function_flag(func, FUNC_USE_REPORTS);
@@ -320,4 +320,3 @@ void RNA_api_mesh(StructRNA *srna)
 }
 
 #endif
-




More information about the Bf-blender-cvs mailing list