From 5e347c4f71bf220bb735e8f9b9b965ce8644d77c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 26 May 2013 12:02:29 +0000 Subject: code cleanup: typos --- source/blender/blenkernel/intern/constraint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/constraint.c') diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c index cee796c4cab..7c378a60a2b 100644 --- a/source/blender/blenkernel/intern/constraint.c +++ b/source/blender/blenkernel/intern/constraint.c @@ -4711,7 +4711,7 @@ void BKE_get_constraint_targets_for_solving(bConstraint *con, bConstraintOb *cob /* ---------- Evaluation ----------- */ /* This function is called whenever constraints need to be evaluated. Currently, all - * constraints that can be evaluated are everytime this gets run. + * constraints that can be evaluated are every time this gets run. * * BKE_constraints_make_evalob and BKE_constraints_clear_evalob should be called before and * after running this function, to sort out cob -- cgit v1.2.3