eina: spellfix comment in matrix code
authorBryce Harrington <bryce@osg.samsung.com>
Fri, 13 Oct 2017 18:51:52 +0000 (11:51 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 13 Oct 2017 18:51:56 +0000 (11:51 -0700)
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5280

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/eina/eina_matrix.c

index 50439dd..e60989f 100644 (file)
@@ -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 */