diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-10-24 12:51:34 +0000 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-10-24 12:51:34 +0000 |
commit | f0d05bcd04e06557f7b52c843a6780f637e356ca (patch) | |
tree | 6d1a3fac558c31b47dc26ad046e9f8c068edf7c2 | |
parent | f4d404d6fda756f6516da80c984b1723d9506137 (diff) |
elm elm_clock.h: Fixed documentation typo.
SVN revision: 78400
-rw-r--r-- | src/lib/elm_clock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_clock.h b/src/lib/elm_clock.h index a085d4b6b..0ec7e4345 100644 --- a/src/lib/elm_clock.h +++ b/src/lib/elm_clock.h | |||
@@ -10,7 +10,7 @@ | |||
10 | * | 10 | * |
11 | * This is a @b digital clock widget. In its default theme, it has a | 11 | * This is a @b digital clock widget. In its default theme, it has a |
12 | * vintage "flipping numbers clock" appearance, which will animate | 12 | * vintage "flipping numbers clock" appearance, which will animate |
13 | * sheets of individual algarisms individually as time goes by. | 13 | * sheets of individual algorisms individually as time goes by. |
14 | * | 14 | * |
15 | * A newly created clock will fetch system's time (already | 15 | * A newly created clock will fetch system's time (already |
16 | * considering local time adjustments) to start with, and will tick | 16 | * considering local time adjustments) to start with, and will tick |
@@ -25,7 +25,7 @@ | |||
25 | * Also, when under edition mode, user clicks on the cited arrows | 25 | * Also, when under edition mode, user clicks on the cited arrows |
26 | * which are @b held for some time will make the clock to flip the | 26 | * which are @b held for some time will make the clock to flip the |
27 | * sheet, thus editing the time, continuously and automatically for | 27 | * sheet, thus editing the time, continuously and automatically for |
28 | * the user. The interval between sheet flips will keep growing in | 28 | * the user. The interval between sheet flips will keep reducing in |
29 | * time, so that it helps the user to reach a time which is distant | 29 | * time, so that it helps the user to reach a time which is distant |
30 | * from the one set. | 30 | * from the one set. |
31 | * | 31 | * |