From 1f6d3b40e4e5229a83bcf6dd44c3f5c47679609f Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Fri, 13 Oct 2017 11:51:52 -0700 Subject: [PATCH] eina: spellfix comment in matrix code Reviewers: cedric Reviewed By: cedric Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D5280 Signed-off-by: Cedric Bail --- src/lib/eina/eina_matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_matrix.c b/src/lib/eina/eina_matrix.c index 50439dd..e60989f 100644 --- a/src/lib/eina/eina_matrix.c +++ b/src/lib/eina/eina_matrix.c @@ -601,7 +601,7 @@ eina_matrix3_square_quad_map(Eina_Matrix3 *m, const Eina_Quad *q) // y0 - y1 + y2 - y3 double ey = QUAD_Y0(q) - QUAD_Y1(q) + QUAD_Y2(q) - QUAD_Y3(q); - /* paralellogram */ + /* parallelogram */ if (EINA_DBL_EQ(ex, 0.0) && EINA_DBL_EQ(ey, 0.0)) { /* create the affine matrix */ -- 2.7.4