[Bf-blender-cvs] [e6e2e9c246f] blender2.8: Cleanup, spelling

Sergey Sharybin noreply at git.blender.org
Fri Jun 22 12:08:28 CEST 2018


Commit: e6e2e9c246fb1d8533b8f269dd8b85b6f0be3cf5
Author: Sergey Sharybin
Date:   Fri Jun 22 11:26:47 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBe6e2e9c246fb1d8533b8f269dd8b85b6f0be3cf5

Cleanup, spelling

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

M	source/blender/blenkernel/intern/shrinkwrap.c

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

diff --git a/source/blender/blenkernel/intern/shrinkwrap.c b/source/blender/blenkernel/intern/shrinkwrap.c
index f8615671384..c93e964c5ee 100644
--- a/source/blender/blenkernel/intern/shrinkwrap.c
+++ b/source/blender/blenkernel/intern/shrinkwrap.c
@@ -448,7 +448,7 @@ static void shrinkwrap_calc_normal_projection(ShrinkwrapCalcData *calc)
 				auxData = &auxdata_stack.dmtreedata;
 			}
 		}
-		/* After sucessufuly build the trees, start projection vertexs */
+		/* After successfully build the trees, start projection vertices. */
 		ShrinkwrapCalcCBData data = {
 			.calc = calc,
 			.treeData = treeData, .targ_tree = targ_tree, .targ_callback = targ_callback,



More information about the Bf-blender-cvs mailing list