ecore: fix typo in ecore_timer_delay
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 28 Jul 2012 09:24:18 +0000 (09:24 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 28 Jul 2012 09:24:18 +0000 (09:24 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74525 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_timer.c

index 15facc3..b5b6e6d 100644 (file)
@@ -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,