ecore: fix typo in ecore_main_fd_handler_add
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jul 2012 10:27:30 +0000 (10:27 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jul 2012 10:27:30 +0000 (10:27 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74576 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/Ecore.h

index 7e7c91c..ef79a21 100644 (file)
@@ -1051,7 +1051,7 @@ typedef Eina_Bool (*Ecore_Win32_Handle_Cb)(void *data, Ecore_Win32_Handler *wh);
  *
  * @param fd The file descriptor to watch.
  * @param flags To monitor it for reading use @c ECORE_FD_READ, for writing @c
- * ECORE_FD_WRITE, and for error @c ECORE_FD_ERROR. Values bay |(ored).
+ * ECORE_FD_WRITE, and for error @c ECORE_FD_ERROR. Values by |(ored).
  * @param func The callback function.
  * @param data The data to pass to the callback.
  * @param buf_func The function to call to check if any data has been buffered