[Bf-blender-cvs] [e1d0312d8c1] greasepencil-object: GP: Cleanup typo

Antonioya noreply at git.blender.org
Sat Dec 8 23:35:13 CET 2018


Commit: e1d0312d8c14d0596011c1e03f47471502b6f471
Author: Antonioya
Date:   Sat Dec 8 23:35:02 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rBe1d0312d8c14d0596011c1e03f47471502b6f471

GP: Cleanup typo

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index be92f8ab74a..27252bea010 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -1066,7 +1066,7 @@ static void gp_stroke_newfrombuffer(tGPsdata *p)
 						}
 						last_valid = i;
 					}
-					/* invalidate any point other point, to interpolate between
+					/* invalidate any other point, to interpolate between
 					 * first and last contact in an imaginary line between them */
 					for (i = 0; i < gpd->runtime.sbuffer_size; i++) {
 						if ((i != first_valid) && (i != last_valid)) {



More information about the Bf-blender-cvs mailing list