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:
authorCampbell Barton <ideasman42@gmail.com>2020-02-15 07:58:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-15 07:58:06 +0300
commitf829fefe8abc1b36e663b794827ce4b2e58f9901 (patch)
tree263a775f3d250b708d99574d19f286f658e9a0ed /source/blender/blenkernel/intern/anim.c
parent1857548b5c23bcc9c75d47d61a75b17f01b8b0b7 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/anim.c')
-rw-r--r--source/blender/blenkernel/intern/anim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/anim.c b/source/blender/blenkernel/intern/anim.c
index 2ebb08450ad..6b8f8e5303e 100644
--- a/source/blender/blenkernel/intern/anim.c
+++ b/source/blender/blenkernel/intern/anim.c
@@ -476,7 +476,7 @@ int where_on_path(Object *ob,
/* NOTE: commented out for follow constraint
*
- * If it's ever be uncommentet watch out for curve_deform_verts()
+ * If it's ever be uncommented watch out for curve_deform_verts()
* which used to temporary set CU_FOLLOW flag for the curve and no
* longer does it (because of threading issues of such a thing.
*/