ami pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5139f1b404edb5b59fc70f0ecb86761af822e3b0
commit 5139f1b404edb5b59fc70f0ecb86761af822e3b0 Author: Amitesh Singh <[email protected]> Date: Mon Sep 28 22:07:26 2015 +0530 ecore_con: fix typo in documentation --- src/lib/ecore_con/Ecore_Con.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h index 8cf39ec..2971221 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/src/lib/ecore_con/Ecore_Con.h @@ -73,7 +73,7 @@ * @defgroup Ecore_Con_Events_Group Ecore Connection Events Functions * @ingroup Ecore_Con_Group * - * The Ecore Con events can be catagorized into Server side events + * The Ecore Con events can be categorized into Server side events * and Client side events. * Server side events: * @li ECORE_CON_CLIENT_ADD: Whenever a client connection is made to an --
