From: Daniel Juyung Seo Date: Mon, 29 Aug 2011 15:15:39 +0000 (+0000) Subject: elm Elementary.h.in: Fixed typo. X-Git-Tag: v1.0.0~2127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4ffc9e90808968b8b01256f7440a0d844bc9637;p=platform%2Fupstream%2Felementary.git elm Elementary.h.in: Fixed typo. SVN revision: 62950 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index c7fed62..e6618a5 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -6907,7 +6907,7 @@ extern "C" { * @param policy_v Vertical scrollbar policy * * This sets the scrollbar visibility policy for the given scroller. - * ELM_SCROLLER_POLICY_AUTO means the scrollber is made visible if it is + * ELM_SCROLLER_POLICY_AUTO means the scrollbar is made visible if it is * needed, and otherwise kept hidden. ELM_SCROLLER_POLICY_ON turns it on all * the time, and ELM_SCROLLER_POLICY_OFF always keeps it off. This applies * respectively for the horizontal and vertical scrollbars. @@ -14900,7 +14900,7 @@ extern "C" { * @param policy_v Vertical scrollbar policy. * * This sets the scrollbar visibility policy for the given scroller. - * #ELM_SCROLLER_POLICY_AUTO means the scrollber is made visible if it + * #ELM_SCROLLER_POLICY_AUTO means the scrollbar is made visible if it * is needed, and otherwise kept hidden. #ELM_SCROLLER_POLICY_ON turns * it on all the time, and #ELM_SCROLLER_POLICY_OFF always keeps it off. * This applies respectively for the horizontal and vertical scrollbars. @@ -24179,7 +24179,7 @@ extern "C" { * @param policy_v Vertical scrollbar policy. * * This sets the scrollbar visibility policy for the given scroller. - * #ELM_SCROLLER_POLICY_AUTO means the scrollber is made visible if it + * #ELM_SCROLLER_POLICY_AUTO means the scrollbar is made visible if it * is needed, and otherwise kept hidden. #ELM_SCROLLER_POLICY_ON turns * it on all the time, and #ELM_SCROLLER_POLICY_OFF always keeps it off. * This applies respectively for the horizontal and vertical scrollbars.