From 2631bb075f6cefb90c16c44940c1aeecf27281ea Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 30 Jul 2012 10:27:30 +0000 Subject: [PATCH] ecore: fix typo in ecore_main_fd_handler_add SVN revision: 74576 --- legacy/ecore/src/lib/ecore/Ecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index 7e7c91c..ef79a21 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -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 -- 2.7.4