From: Amitesh Singh Date: Thu, 1 Oct 2015 19:53:13 +0000 (+0530) Subject: ecore_ipc: fix typo in ecore_ipc_server_send() API doc X-Git-Tag: v1.16.0-alpha1~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bab9cb7bedb555ff93cbf1d0056be8773da05e22;p=platform%2Fupstream%2Fefl.git ecore_ipc: fix typo in ecore_ipc_server_send() API doc --- diff --git a/src/lib/ecore_ipc/ecore_ipc.c b/src/lib/ecore_ipc/ecore_ipc.c index 4588199..56de0ab 100644 --- a/src/lib/ecore_ipc/ecore_ipc.c +++ b/src/lib/ecore_ipc/ecore_ipc.c @@ -561,7 +561,7 @@ ecore_ipc_server_clients_get(Ecore_Ipc_Server *svr) /** * Sends a message to the given IPC server. * - * The content of the parameters, excluding the @p svr paramter, is up to + * The content of the parameters, excluding the @p svr parameter, is up to * the client. * * @param svr The given IPC server.