diff options
author | Sanjeev BA <as2902.b@samsung.com> | 2014-07-30 02:54:27 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2014-07-30 02:54:27 +0100 |
commit | 1279a5c467961cf00db8abc018851a3aa4c67439 (patch) | |
tree | 947b9ed3ce0688b05c2f1f54f7990d3d00babcc4 /src/lib | |
parent | 540741dd48d0720876a5e68b2aa4aa7a9d79b8a3 (diff) |
Fix typos in docs.
Summary: Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
Reviewers: tasn
Subscribers: tasn
Differential Revision: https://phab.enlightenment.org/D1251
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elm_scroller.eo | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/elm_scroller.eo b/src/lib/elm_scroller.eo index 953cc853a..64911fce4 100644 --- a/src/lib/elm_scroller.eo +++ b/src/lib/elm_scroller.eo | |||
@@ -43,9 +43,9 @@ class Elm_Scroller (Elm_Layout, Elm_Interface_Scrollable, | |||
43 | methods { | 43 | methods { |
44 | page_scroll_limit_set @const { | 44 | page_scroll_limit_set @const { |
45 | /*@ | 45 | /*@ |
46 | @brief Set the maxium of the movable page at a flicking. | 46 | @brief Set the maximum of the movable page at a flicking. |
47 | 47 | ||
48 | The value of maxium movable page should be more than 1. | 48 | The value of maximum movable page should be more than 1. |
49 | 49 | ||
50 | @see elm_scroller_page_scroll_limit_get() | 50 | @see elm_scroller_page_scroll_limit_get() |
51 | 51 | ||
@@ -53,13 +53,13 @@ class Elm_Scroller (Elm_Layout, Elm_Interface_Scrollable, | |||
53 | 53 | ||
54 | @ingroup Scroller */ | 54 | @ingroup Scroller */ |
55 | params { | 55 | params { |
56 | @in int page_limit_h; /*@ The maxium of the movable horizontal page */ | 56 | @in int page_limit_h; /*@ The maximum of the movable horizontal page */ |
57 | @in int page_limit_v; /*@ The maxium of the movable vertical page */ | 57 | @in int page_limit_v; /*@ The maximum of the movable vertical page */ |
58 | } | 58 | } |
59 | } | 59 | } |
60 | page_scroll_limit_get @const { | 60 | page_scroll_limit_get @const { |
61 | /*@ | 61 | /*@ |
62 | @brief Get the maxium of the movable page at a flicking. | 62 | @brief Get the maximum of the movable page at a flicking. |
63 | 63 | ||
64 | @see elm_scroller_page_scroll_limit_set() | 64 | @see elm_scroller_page_scroll_limit_set() |
65 | 65 | ||
@@ -67,8 +67,8 @@ class Elm_Scroller (Elm_Layout, Elm_Interface_Scrollable, | |||
67 | 67 | ||
68 | @ingroup Scroller */ | 68 | @ingroup Scroller */ |
69 | params { | 69 | params { |
70 | @in int *page_limit_h; /*@ The maxium of the movable horizontal page */ | 70 | @in int *page_limit_h; /*@ The maximum of the movable horizontal page */ |
71 | @in int *page_limit_v; /*@ The maxium of the movable vertical page */ | 71 | @in int *page_limit_v; /*@ The maximum of the movable vertical page */ |
72 | } | 72 | } |
73 | } | 73 | } |
74 | } | 74 | } |