[Bf-blender-cvs] [bfa94bfeeeb] greasepencil-object: Cleanup: Fix typo error

Antonio Vazquez noreply at git.blender.org
Fri Nov 8 19:49:08 CET 2019


Commit: bfa94bfeeeb97ce29adbeaf49feb974f271d7367
Author: Antonio Vazquez
Date:   Fri Nov 8 19:48:59 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rBbfa94bfeeeb97ce29adbeaf49feb974f271d7367

Cleanup: Fix typo error

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

M	source/blender/editors/gpencil/gpencil_vertex_paint.c

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

diff --git a/source/blender/editors/gpencil/gpencil_vertex_paint.c b/source/blender/editors/gpencil/gpencil_vertex_paint.c
index c97351e9e27..860a52e07be 100644
--- a/source/blender/editors/gpencil/gpencil_vertex_paint.c
+++ b/source/blender/editors/gpencil/gpencil_vertex_paint.c
@@ -137,7 +137,7 @@ typedef struct tGP_BrushVertexpaintData {
 
 } tGP_BrushVertexpaintData;
 
-/* Ensure the buffer to hold temp selwcted point size is enough to save all points selected. */
+/* Ensure the buffer to hold temp selected point size is enough to save all points selected. */
 static tGP_selected *gpencil_select_buffer_ensure(tGP_selected *buffer_array,
                                                   int *buffer_size,
                                                   int *buffer_used,



More information about the Bf-blender-cvs mailing list