xartigas pushed a commit to branch master. http://git.enlightenment.org/tools/examples.git/commit/?id=868ed775486f927a2608f6bf04172a968aaaa9a2
commit 868ed775486f927a2608f6bf04172a968aaaa9a2 Author: Xavi Artigas <[email protected]> Date: Mon Oct 28 09:48:42 2019 +0100 Update code comments (and typos) --- reference/c/ui/src/ui_container.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/c/ui/src/ui_container.c b/reference/c/ui/src/ui_container.c index 81288a8c..0c7270a0 100644 --- a/reference/c/ui/src/ui_container.c +++ b/reference/c/ui/src/ui_container.c @@ -6,7 +6,7 @@ #include <efl_ui_text.eo.h> /* - * Efl.UI container exmaples. + * Efl.UI container examples. * * Load and pack a selection of containers. * Each has it's own unique layout and methods which are demonstrated below. @@ -17,7 +17,6 @@ * TODO - still ELM Conformant * TODO - still ELM Mapbuf * TODO - still ELM Scroller - * TODO - still ELM Table */ // quit the app, called if the user clicks the Quit button or the window is deleted --
