From 5336555c31b3716f68e4c74f6a047c03c066049c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 10 Oct 2020 21:50:54 +1100 Subject: Cleanup: spelling --- source/blender/simulation/intern/implicit_blender.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/simulation/intern') diff --git a/source/blender/simulation/intern/implicit_blender.c b/source/blender/simulation/intern/implicit_blender.c index f6f73ba7dd2..9bfe77d5e60 100644 --- a/source/blender/simulation/intern/implicit_blender.c +++ b/source/blender/simulation/intern/implicit_blender.c @@ -2352,8 +2352,8 @@ bool SIM_mass_spring_force_spring_goal(Implicit_Data *data, if (length > ALMOST_ZERO) { mul_v3_v3fl(f, dir, stiffness * length); - /* Ascher & Boxman, p.21: Damping only during elonglation - * something wrong with it... */ + /* Ascher & Boxman, p.21: Damping only during elongation + * something wrong with it. */ madd_v3_v3fl(f, dir, damping * dot_v3v3(vel, dir)); dfdx_spring(dfdx, dir, length, 0.0f, stiffness); -- cgit v1.2.3