elm_layout: fix typo in error message
authorSung-Taek Hong <sth253.hong@samsung.com>
Thu, 17 Dec 2015 06:48:57 +0000 (15:48 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 17 Dec 2015 06:56:27 +0000 (15:56 +0900)
Summary: fix "box part" to "table part" in _elm_layout_table_pack()

Reviewers: woohyun, jaehwan, Jaehyun, Hermet

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

legacy/elementary/src/lib/elm_layout.c

index c16b8fe..d525086 100644 (file)
@@ -1424,7 +1424,7 @@ _elm_layout_table_pack(Eo *obj, Elm_Layout_Smart_Data *sd, const char *part, Eva
          (wd->resize_obj, part, child, col,
          row, colspan, rowspan))
      {
-        ERR("child %p could not be packed into box part '%s' col=%uh, row=%hu,"
+        ERR("child %p could not be packed into table part '%s' col=%uh, row=%hu,"
             " colspan=%hu, rowspan=%hu", child, part, col, row, colspan,
             rowspan);
         return EINA_FALSE;