raster pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=2ee82395741b7b4009362bcbb8ec0c6b4f83427e
commit 2ee82395741b7b4009362bcbb8ec0c6b4f83427e Author: Bryce Harrington <[email protected]> Date: Fri Oct 13 11:51:52 2017 -0700 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 <[email protected]> --- 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 50439dd755..e60989f971 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 */ --
