From d5e082393794b00c706ef17477647a5b13c97a3e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 24 Oct 2012 12:51:34 +0000 Subject: [PATCH] elm elm_clock.h: Fixed documentation typo. SVN revision: 78400 --- legacy/elementary/src/lib/elm_clock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_clock.h b/legacy/elementary/src/lib/elm_clock.h index a085d4b6b9..0ec7e43453 100644 --- a/legacy/elementary/src/lib/elm_clock.h +++ b/legacy/elementary/src/lib/elm_clock.h @@ -10,7 +10,7 @@ * * This is a @b digital clock widget. In its default theme, it has a * vintage "flipping numbers clock" appearance, which will animate - * sheets of individual algarisms individually as time goes by. + * sheets of individual algorisms individually as time goes by. * * A newly created clock will fetch system's time (already * considering local time adjustments) to start with, and will tick @@ -25,7 +25,7 @@ * Also, when under edition mode, user clicks on the cited arrows * which are @b held for some time will make the clock to flip the * sheet, thus editing the time, continuously and automatically for - * the user. The interval between sheet flips will keep growing in + * the user. The interval between sheet flips will keep reducing in * time, so that it helps the user to reach a time which is distant * from the one set. *