Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-09-12 17:32:18 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-12 17:32:18 +0300
commit57b50f75f994d112769b51a1baef835ec0ea7559 (patch)
tree670435f6362e3101fcfa7190ef2bcd0eb267b6d4 /source/blender/modifiers/intern/MOD_multires.c
parent61462ab2b41bbd71a98e7a0bc9f9dc9ac5ebdfd9 (diff)
Cleanup: Spelling mistakes
Pointed by John Roper and Ray Molenkamp.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_multires.c')
-rw-r--r--source/blender/modifiers/intern/MOD_multires.c4
1 files changed, 2 insertions, 2 deletions
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);