From dc434bc27316c37bc18559fef72bc5a12b10ec6b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Aug 2019 08:54:48 +1000 Subject: Cleanup: correct use of term 'split' --- source/blender/ikplugin/intern/itasc_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/ikplugin/intern/itasc_plugin.cpp') diff --git a/source/blender/ikplugin/intern/itasc_plugin.cpp b/source/blender/ikplugin/intern/itasc_plugin.cpp index 883919d76ec..2ceedca59f7 100644 --- a/source/blender/ikplugin/intern/itasc_plugin.cpp +++ b/source/blender/ikplugin/intern/itasc_plugin.cpp @@ -879,7 +879,7 @@ static bool joint_callback(const iTaSC::Timestamp ×tamp, bPoseChannel *chan = ikchan->pchan; int dof; - // a channel can be splitted into multiple joints, so we get called multiple + // a channel can be split into multiple joints, so we get called multiple // times for one channel (this callback is only for 1 joint in the armature) // the IK_JointTarget structure is shared between multiple joint constraint // and the target joint values is computed only once, remember this in jointValid -- cgit v1.2.3