From ac03429c22abb6231be09e6b8e902f554942a565 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 30 Nov 2007 08:10:37 +0000 Subject: [PATCH] Reword Ecore_Con doxy a little to be a bit nicer. SVN revision: 32916 --- legacy/ecore/src/lib/ecore_con/Ecore_Con.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h index c983e538a4..9f219b4e53 100644 --- a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h +++ b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h @@ -40,9 +40,9 @@ * There are two main objects in the @c Ecore_Con library: the @c * Ecore_Con_Server and the @c Ecore_Con_Client. * - * The @c Ecore_Con_Server represents a server to connect to. It is - * represents a server that can be connected to. It is used regardless - * of whether the program is acting as a server or client itself. + * The @c Ecore_Con_Server represents a server that can be connected to. + * It is used regardless of whether the program is acting as a server or + * client itself. * * To create a listening server, call @c ecore_con_server_add(). *