[Bf-blender-cvs] [30d817fdd8c] greasepencil-object: GPencil: Fix comment typo error

Antonio Vazquez noreply at git.blender.org
Tue Jul 28 23:14:44 CEST 2020


Commit: 30d817fdd8c7ddd2d79c22f48112269bffed34a0
Author: Antonio Vazquez
Date:   Tue Jul 28 23:14:30 2020 +0200
Branches: greasepencil-object
https://developer.blender.org/rB30d817fdd8c7ddd2d79c22f48112269bffed34a0

GPencil: Fix comment typo error

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

M	source/blender/makesdna/DNA_gpencil_types.h

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

diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index b6e2910a1b0..5783f322ef5 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -280,7 +280,7 @@ typedef enum eGPDstroke_Caps {
   GP_STROKE_CAP_ROUND = 0,
   GP_STROKE_CAP_FLAT = 1,
 
-  /* Keeo last. */
+  /* Keep last. */
   GP_STROKE_CAP_MAX,
 } GPDstroke_Caps;



More information about the Bf-blender-cvs mailing list