From 8f32070e9d29501853e7a4a11efea79005f8e4ec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Jul 2012 11:01:23 +0000 Subject: fix incorrect assert for mask face checking, also correct own bad spelling --- source/blender/blenlib/intern/math_matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/math_matrix.c b/source/blender/blenlib/intern/math_matrix.c index f159a6b9d17..3fb3d2b58ff 100644 --- a/source/blender/blenlib/intern/math_matrix.c +++ b/source/blender/blenlib/intern/math_matrix.c @@ -1111,7 +1111,7 @@ void mat3_to_rot_size(float rot[3][3], float size[3], float mat3[3][3]) /* rotation & scale are linked, we need to create the mat's * for these together since they are related. */ - /* so scale doesnt interfear with rotation [#24291] */ + /* so scale doesn't interfere with rotation [#24291] */ /* note: this is a workaround for negative matrix not working for rotation conversion, FIXME */ normalize_m3_m3(mat3_n, mat3); if (is_negative_m3(mat3)) { -- cgit v1.2.3