From 8057331a6a8c77cac05dae1b00a850bcd23337e7 Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 13 Mar 2009 09:38:46 +0000 Subject: [PATCH] patch from julian - fix typos in docs. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@39460 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/ecore_events.c | 2 +- src/lib/ecore/ecore_time.c | 2 +- src/lib/ecore/ecore_timer.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore/ecore_events.c b/src/lib/ecore/ecore_events.c index a1955f8..9b69b17 100644 --- a/src/lib/ecore/ecore_events.c +++ b/src/lib/ecore/ecore_events.c @@ -38,7 +38,7 @@ static void *ecore_raw_event_event = NULL; * Add an event handler to the list of handlers. This will, on success, return * a handle to the event handler object that was created, that can be used * later to remove the handler using ecore_event_handler_del(). The @p type - * parameter is the iteger of the event type that will trigger this callback + * parameter is the integer of the event type that will trigger this callback * to be called. The callback @p func is called when this event is processed * and will be passed the event type, a pointer to the private event * structure that is specific to that event type, and a data pointer that is diff --git a/src/lib/ecore/ecore_time.c b/src/lib/ecore/ecore_time.c index fe4184f..70abb26 100644 --- a/src/lib/ecore/ecore_time.c +++ b/src/lib/ecore/ecore_time.c @@ -55,7 +55,7 @@ double _ecore_loop_time = -1.0; * * This gets the time (since Jan 1st, 1970, 12:00AM) that the main loop ceased * waiting for timouts and/or events to come in or for signals or any other - * interrupt source. This should be considered a reference point fo all + * interrupt source. This should be considered a reference point for all * time based activity that should calculate its timepoint from the return * of ecore_loop_time_get(). use this UNLESS you absolutely must get the * current actual timepoint - then use ecore_time_get(). If this is called diff --git a/src/lib/ecore/ecore_timer.c b/src/lib/ecore/ecore_timer.c index b6d926e..9e36ae6 100644 --- a/src/lib/ecore/ecore_timer.c +++ b/src/lib/ecore/ecore_timer.c @@ -84,7 +84,7 @@ ecore_timer_precision_set(double value) * @ingroup Ecore_Time_Group * * This function adds a timer and returns its handle on success and NULL on - * failure. The function @p func will be called every @in@ seconds. The + * failure. The function @p func will be called every @p in seconds. The * function will be passed the @p data pointer as its parameter. * * When the timer @p func is called, it must return a value of either 1 -- 2.7.4