devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a2e55b5c397f0be1328f0acfb4372b2ac6f2be23
commit a2e55b5c397f0be1328f0acfb4372b2ac6f2be23 Author: Bryce Harrington <br...@osg.samsung.com> Date: Mon Apr 24 08:25:22 2017 -0400 Fix spelling of 'alpha channel' Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4817 --- src/lib/evas/include/evas_3d_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/include/evas_3d_utils.h b/src/lib/evas/include/evas_3d_utils.h index af5f00e..2190323 100644 --- a/src/lib/evas/include/evas_3d_utils.h +++ b/src/lib/evas/include/evas_3d_utils.h @@ -945,7 +945,7 @@ convex_hull_vertex_set(Evas_Triangle3 *el, unsigned short int *vertex_count, flo (*vertex)[10 * (*vertex_count) - 10] = vect.x; (*vertex)[10 * (*vertex_count) - 9] = vect.y; (*vertex)[10 * (*vertex_count) - 8] = vect.z; - /* set alpha canal */ + /* set alpha channel */ (*vertex)[10 * (*vertex_count) - 1] = 1.0; /* set color */ for (color_coords = 2; color_coords < 5; color_coords++) --