From: seoz Date: Mon, 21 Nov 2011 07:47:28 +0000 (+0000) Subject: elm Elementary.h.in: Fix doxygen typo. X-Git-Tag: REL_F_I9500_20120323_1~17^2~1307 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bb1e6615a865f9fcb25b33e1c3c22c66b9053ea;p=framework%2Fuifw%2Felementary.git elm Elementary.h.in: Fix doxygen typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65473 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index df8a82c..266cdfb 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -18296,7 +18296,7 @@ extern "C" { * If the application wants multiple items to be able to be selected, * elm_genlist_multi_select_set() can enable this. If the list is * single-selection only (the default), then elm_genlist_selected_item_get() - * will return the selected item, if any, or NULL I none is selected. If the + * will return the selected item, if any, or NULL if none is selected. If the * list is multi-select then elm_genlist_selected_items_get() will return a * list (that is only valid as long as no items are modified (added, deleted, * selected or unselected)).