From e06987b442d327482e19417c891ccc0497dc3542 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sat, 28 Jul 2012 09:24:18 +0000 Subject: [PATCH] ecore: fix typo in ecore_timer_delay SVN revision: 74525 --- legacy/ecore/src/lib/ecore/ecore_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/ecore_timer.c b/legacy/ecore/src/lib/ecore/ecore_timer.c index 15facc3..b5b6e6d 100644 --- a/legacy/ecore/src/lib/ecore/ecore_timer.c +++ b/legacy/ecore/src/lib/ecore/ecore_timer.c @@ -277,7 +277,7 @@ unlock: * This doesn't affect the interval of a timer. * * @param timer The timer to change. - * @param add The dalay to add to the next iteration. + * @param add The delay to add to the next iteration. */ EAPI void ecore_timer_delay(Ecore_Timer *timer, -- 2.7.4