From: Jihoon Kim Date: Wed, 20 Feb 2013 02:33:02 +0000 (+0000) Subject: elm: fix typo in naviframe document X-Git-Tag: upstream/1.20.0~7116^2~14^2~5067 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11ca192805edf852fa2d9688ad6f88a8abd6d4c1;p=platform%2Fupstream%2Fefl.git elm: fix typo in naviframe document SVN revision: 84246 --- diff --git a/legacy/elementary/src/lib/elc_naviframe.h b/legacy/elementary/src/lib/elc_naviframe.h index 1e8a5da..1da6fb9 100644 --- a/legacy/elementary/src/lib/elc_naviframe.h +++ b/legacy/elementary/src/lib/elc_naviframe.h @@ -25,7 +25,7 @@ * This widget inherits from the @ref Layout one, so that all the * functions acting on it also work for naviframe objects. * - * Becase this widget is a layout, one places content on those areas + * Because this widget is a layout, one places content on those areas * by using elm_layout_content_set() on the right swallow part names * expected for each, which are: * @li @c "default" - The main content of the current page @@ -50,7 +50,7 @@ * - @c "basic" - views are switched sliding horizontally, one after * the other * - @c "overlap" - like the previous one, but the previous view stays - * at its place and is ovelapped by the new + * at its place and is overlapped by the new * * * This widget emits the following signals, besides the ones sent from