evas: fix typos for canvas

Reviewers: stanluk, lukasz.stanislawski

Subscribers: cedric, jpeg

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

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Pawel Aksiutowicz 2017-11-23 15:37:56 -08:00 committed by Cedric Bail
parent 3ca7d95321
commit de135a459d
2 changed files with 3 additions and 3 deletions

View File

@ -618,7 +618,7 @@ _evas_canvas3d_mesh_frame_vertex_data_map(Eo *obj EINA_UNUSED, Evas_Canvas3D_Mes
if (f->vertices[attrib].mapped)
{
ERR("Try to map alreadly mapped data.");
ERR("Try to map already mapped data.");
return NULL;
}
@ -735,7 +735,7 @@ _evas_canvas3d_mesh_index_data_map(Eo *obj EINA_UNUSED, Evas_Canvas3D_Mesh_Data
{
if (pd->index_mapped)
{
ERR("Try to map alreadly mapped data.");
ERR("Try to map already mapped data.");
return NULL;
}

View File

@ -1189,7 +1189,7 @@ region_del(Region *dest, Region *source)
}
// Add those rectangles in region 1 that aren't in region 2,
// do yucky substraction for overlaps, and
// do yucky subtraction for overlaps, and
// just throw away rectangles in region 2 that aren't in region 1
if (!_region_op(dest, dest, source, _region_del,
EINA_TRUE, EINA_FALSE, &overlap))