WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=f7d5f407a27365db260d62f3d0116e86a4457fcb

commit f7d5f407a27365db260d62f3d0116e86a4457fcb
Author: Xavi Artigas <[email protected]>
Date:   Tue Dec 5 02:53:46 2017 -0800

    Wiki page main-loop.md changed with summary [typo] by Xavi Artigas
---
 pages/develop/guides/c/core/main-loop.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/guides/c/core/main-loop.md.txt 
b/pages/develop/guides/c/core/main-loop.md.txt
index 3125bb098..50ebf4c51 100644
--- a/pages/develop/guides/c/core/main-loop.md.txt
+++ b/pages/develop/guides/c/core/main-loop.md.txt
@@ -124,7 +124,7 @@ The available events include:
 
 * ``EFL_LOOP_FD_EVENT_READ``: The file descriptor is ready to be read.
 
-* ``EFL_LOOP_FD_EVENT_WRITE``: The file descriptor is ready to written to.
+* ``EFL_LOOP_FD_EVENT_WRITE``: The file descriptor is ready to be written to.
 
 * ``EFL_LOOP_FD_EVENT_ERROR``: An error has occurred on the file descriptor. 
You can retrieve more information from the callback using the ``event->info`` 
field:
   ```c

-- 


Reply via email to