[Bf-blender-cvs] [57b50f75f99] blender2.8: Cleanup: Spelling mistakes

Sergey Sharybin noreply at git.blender.org
Wed Sep 12 16:33:00 CEST 2018


Commit: 57b50f75f994d112769b51a1baef835ec0ea7559
Author: Sergey Sharybin
Date:   Wed Sep 12 16:32:18 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB57b50f75f994d112769b51a1baef835ec0ea7559

Cleanup: Spelling mistakes

Pointed by John Roper and Ray Molenkamp.

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

M	source/blender/modifiers/intern/MOD_multires.c

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

diff --git a/source/blender/modifiers/intern/MOD_multires.c b/source/blender/modifiers/intern/MOD_multires.c
index 847b34b7aa6..bf0086903b8 100644
--- a/source/blender/modifiers/intern/MOD_multires.c
+++ b/source/blender/modifiers/intern/MOD_multires.c
@@ -223,8 +223,8 @@ static Mesh *applyModifier_subdiv(ModifierData *md,
 	}
 	/* TODO(sergey): Some of production machines are using OpenSubdiv already.
 	 * so better not enable semi-finished multires sculpting for now. Will give
-	 * a wrong impression that things do work, eben though crucial areas are
-	 * styill missing in implementation.
+	 * a wrong impression that things do work, even though crucial areas are
+	 * still missing in implementation.
 	 */
 	if ((ctx->object->mode & OB_MODE_SCULPT) && G.debug_value == 128) {
 		result = multires_as_ccg(mmd, ctx, mesh, subdiv);



More information about the Bf-blender-cvs mailing list