From 589ada7f0c8974a2b5d3f44dfdea860a160aafc1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 28 Sep 2012 06:45:20 +0000 Subject: code cleanup: correct spelling --- source/blender/makesdna/DNA_constraint_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_constraint_types.h b/source/blender/makesdna/DNA_constraint_types.h index c17e504163c..8b1e7e12e17 100644 --- a/source/blender/makesdna/DNA_constraint_types.h +++ b/source/blender/makesdna/DNA_constraint_types.h @@ -182,7 +182,7 @@ typedef struct bSplineIKConstraint { typedef struct bTrackToConstraint { struct Object *tar; int reserved1; /* I'll be using reserved1 and reserved2 as Track and Up flags, - * not sure if that's what they were intented for anyway. + * not sure if that's what they were intended for anyway. * Not sure either if it would create backward incompatibility if I were to rename them. * - theeth*/ int reserved2; -- cgit v1.2.3