[Bf-blender-cvs] [ad1c3be] master: Small API typo found while reading the API

Dalai Felinto noreply at git.blender.org
Tue May 31 17:39:25 CEST 2016


Commit: ad1c3bef8bb0b405d22bfed8007629276cb0d68f
Author: Dalai Felinto
Date:   Tue May 31 12:39:58 2016 -0300
Branches: master
https://developer.blender.org/rBad1c3bef8bb0b405d22bfed8007629276cb0d68f

Small API typo found while reading the API

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

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

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

diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c
index 7cc6983..b665561 100644
--- a/source/blender/makesrna/intern/rna_object_api.c
+++ b/source/blender/makesrna/intern/rna_object_api.c
@@ -698,7 +698,7 @@ void RNA_api_object(StructRNA *srna)
 #endif /* NDEBUG */
 
 	func = RNA_def_function(srna, "update_from_editmode", "rna_Object_update_from_editmode");
-	RNA_def_function_ui_description(func, "Load the objects edit-mode data intp the object data");
+	RNA_def_function_ui_description(func, "Load the objects edit-mode data into the object data");
 	parm = RNA_def_boolean(func, "result", 0, "", "Success");
 	RNA_def_function_return(func, parm);




More information about the Bf-blender-cvs mailing list