[Bf-blender-cvs] [5fd5106] master: minor cleanup: typo

Mike Erwin noreply at git.blender.org
Mon Nov 16 05:58:48 CET 2015


Commit: 5fd5106740fde1d8b09d6c37fe06de42df06771a
Author: Mike Erwin
Date:   Sun Nov 15 23:28:47 2015 -0500
Branches: master
https://developer.blender.org/rB5fd5106740fde1d8b09d6c37fe06de42df06771a

minor cleanup: typo

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

M	source/blender/makesrna/RNA_types.h
M	source/blender/makesrna/intern/rna_userdef.c

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

diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 0c99769..04a2361 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -403,7 +403,7 @@ typedef enum StructFlag {
 	STRUCT_RUNTIME         = (1 << 3),
 	STRUCT_GENERATED       = (1 << 4),
 	STRUCT_FREE_POINTERS   = (1 << 5),
-	STRUCT_NO_IDPROPERTIES = (1 << 6), /* Menu's and Panels don't need properties */
+	STRUCT_NO_IDPROPERTIES = (1 << 6), /* Menus and Panels don't need properties */
 } StructFlag;
 
 typedef int (*StructValidateFunc)(struct PointerRNA *ptr, void *data, int *have_function);
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 20483f2..4831edf 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -68,7 +68,7 @@ static EnumPropertyItem opensubdiv_compute_type_items[] = {
 	{USER_OPENSUBDIV_COMPUTE_OPENMP, "OPENMP", 0, "OpenMP", ""},
 	{USER_OPENSUBDIV_COMPUTE_OPENCL, "OPENCL", 0, "OpenCL", ""},
 	{USER_OPENSUBDIV_COMPUTE_CUDA, "CUDA", 0, "CUDA", ""},
-	{USER_OPENSUBDIV_COMPUTE_GLSL_TRANSFORM_FEEDBACK, "GLSL_TRANSFORM_FEEDBACL", 0, "GLSL Transform Feedback", ""},
+	{USER_OPENSUBDIV_COMPUTE_GLSL_TRANSFORM_FEEDBACK, "GLSL_TRANSFORM_FEEDBACK", 0, "GLSL Transform Feedback", ""},
 	{USER_OPENSUBDIV_COMPUTE_GLSL_COMPUTE, "GLSL_COMPUTE", 0, "GLSL Compute", ""},
 	{ 0, NULL, 0, NULL, NULL}
 };




More information about the Bf-blender-cvs mailing list