hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=de06ddb3edd30d4b92bba80e5200f5d6f3cf32e8
commit de06ddb3edd30d4b92bba80e5200f5d6f3cf32e8 Author: Hermet Park <hermetp...@gmail.com> Date: Mon Dec 16 17:23:50 2019 +0900 ui position_manager: fix doc typo. --- src/lib/elementary/efl_ui_position_manager_list.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_position_manager_list.eo b/src/lib/elementary/efl_ui_position_manager_list.eo index ade5a1f3cf..d62d077ef8 100644 --- a/src/lib/elementary/efl_ui_position_manager_list.eo +++ b/src/lib/elementary/efl_ui_position_manager_list.eo @@ -4,7 +4,7 @@ class @beta Efl.Ui.Position_Manager.List extends Efl.Object { [[Implementation of @Efl.Ui.Position_Manager.Entity for a list - Every item in the list will get at least his minsize applied, changes to the misize are listened to and change + Every item in the list will get at least his min size applied, changes to the min size are listened to and change the layout of all items. This supports the vertical and horizontal orientation. ]] implements { --