From: Bryce Harrington Date: Mon, 24 Apr 2017 12:25:22 +0000 (-0400) Subject: Fix spelling of 'alpha channel' X-Git-Tag: upstream/1.20.0~1326 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2e55b5c397f0be1328f0acfb4372b2ac6f2be23;p=platform%2Fupstream%2Fefl.git Fix spelling of 'alpha channel' Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4817 --- 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++)