From a34850b071d01721285a31bbd03f490e0066948e Mon Sep 17 00:00:00 2001 From: sebastid Date: Thu, 17 Feb 2005 17:15:22 +0000 Subject: [PATCH] Typo. SVN revision: 13410 --- legacy/ecore/src/lib/ecore_con/Ecore_Con.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h index 3ae8bb19f0..a20f8dc47d 100644 --- a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h +++ b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h @@ -36,7 +36,7 @@ * * To create a listening server, call @c ecore_con_server_add(). * - * To connect to a server, call @c ecore_Con_server_connect(). Data can + * To connect to a server, call @c ecore_con_server_connect(). Data can * then be sent to the server using the @c ecore_con_server_send(). * * Whenever a client connection is made to an @c Ecore_Con_Server, a