edje/edje_cc - fixed typo
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 31 May 2013 07:04:33 +0000 (16:04 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 31 May 2013 07:04:33 +0000 (16:04 +0900)
src/bin/edje/edje_cc_handlers.c

index ad6da1b..ef3ad6b 100644 (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);
      }