[Bf-blender-cvs] [d20f5b7] master: Typo fix

Joshua Leung noreply at git.blender.org
Sun Nov 27 14:34:56 CET 2016


Commit: d20f5b7de0975a9f18d4ab34a5d9f5092c7e9900
Author: Joshua Leung
Date:   Sat Nov 26 16:47:54 2016 +1300
Branches: master
https://developer.blender.org/rBd20f5b7de0975a9f18d4ab34a5d9f5092c7e9900

Typo fix

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index 8073b13..76e85f2 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -915,7 +915,7 @@ void gp_subdivide_stroke(bGPDstroke *gps, const int new_totpoints)
 /**
  * Add randomness to stroke
  * \param gps           Stroke data
- * \param brsuh         Brush data
+ * \param brush         Brush data
  */
 void gp_randomize_stroke(bGPDstroke *gps, bGPDbrush *brush)
 {




More information about the Bf-blender-cvs mailing list