patch from julian - fix typos in docs.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Mar 2009 09:38:46 +0000 (09:38 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Mar 2009 09:38:46 +0000 (09:38 +0000)
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
src/lib/ecore/ecore_time.c
src/lib/ecore/ecore_timer.c

index a1955f8..9b69b17 100644 (file)
@@ -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
index fe4184f..70abb26 100644 (file)
@@ -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
index b6d926e..9e36ae6 100644 (file)
@@ -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