edje/edje_cc - fixed typo

This commit is contained in:
ChunEon Park 2013-05-31 16:04:33 +09:00
parent 7eb1880bbf
commit 87ce63941d
1 changed files with 1 additions and 1 deletions

View File

@ -7400,7 +7400,7 @@ st_collections_group_parts_part_description_table_min(void)
if (current_part->type != EDJE_PART_TYPE_TABLE)
{
ERR("parse error %s:%i. box attributes in non-TABLE part.",
ERR("parse error %s:%i. table attributes in non-TABLE part.",
file_in, line - 1);
exit(-1);
}