cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=785f4c1a5e527a828abfe2f347d1436cd41e00e4
commit 785f4c1a5e527a828abfe2f347d1436cd41e00e4 Author: se.osadchy <[email protected]> Date: Mon Dec 7 16:51:55 2015 -0800 evas: fix mistake in descriptions of matrix Summary: Wrong word in documentation eina_matrix.h. Reviewers: Hermet, raster, jpeg, cedric Reviewed By: jpeg, cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D3406 Signed-off-by: Cedric BAIL <[email protected]> --- src/lib/eina/eina_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eina/eina_matrix.h b/src/lib/eina/eina_matrix.h index af3b024..14dcd8e 100644 --- a/src/lib/eina/eina_matrix.h +++ b/src/lib/eina/eina_matrix.h @@ -622,7 +622,7 @@ EAPI void eina_matrix4_multiply_copy(Eina_Matrix4 *out, /** * @brief Set array to matrix. * - * @param m The rsult matrix + * @param m The result matrix * @param v The the array[16] for set * * Set to matrix first 16 elements from array @@ -673,7 +673,7 @@ EAPI void eina_matrix4_ortho_set(Eina_Matrix4 *m, /** * @brief Set array to matrix. * - * @param m The rsult matrix + * @param m The result matrix * @param v The the array[9] for set * * Set to matrix first 9 elements from array --
