[Bf-blender-cvs] [e8c3c922481] master: Cleanup: Spelling

Sergey Sharybin noreply at git.blender.org
Mon Apr 1 16:11:41 CEST 2019


Commit: e8c3c922481be4c468cc86b76f9554bd4504b22c
Author: Sergey Sharybin
Date:   Mon Apr 1 15:33:09 2019 +0200
Branches: master
https://developer.blender.org/rBe8c3c922481be4c468cc86b76f9554bd4504b22c

Cleanup: Spelling

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c
index be63d5cd016..b6499200e01 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -794,7 +794,7 @@ static void gpencil_add_move_points(bGPDframe *gpf, bGPDstroke *gps)
 	const bool do_last = ((pt_last->flag & GP_SPOINT_SELECT) && (pt_start != pt_last));
 	const bool do_stroke = (do_first || do_last);
 
-	/* review points in the midle of stroke to create new strokes */
+	/* review points in the middle of stroke to create new strokes */
 	for (int i = 0; i < gps->totpoints; i++) {
 		/* skip first and last point */
 		if ((i == 0) || (i == gps->totpoints - 1)) {



More information about the Bf-blender-cvs mailing list