Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-01-13 07:36:08 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-01-13 07:36:08 +0300
commitbd6bd6275363017bacbbdeff29eb3a4a323ee48a (patch)
tree2efa677236068b13cc52ee0659d2b89312350091 /source
parentd464fb0996d71cafcde865657affd145518108ab (diff)
Fix small spelling error
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_mesh_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_mesh_api.c b/source/blender/makesrna/intern/rna_mesh_api.c
index cd48bc1a3df..ff9873fb3d1 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
-