ecore_ipc: fix typo in ecore_ipc_server_send() API doc
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 1 Oct 2015 19:53:13 +0000 (01:23 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Thu, 1 Oct 2015 19:53:13 +0000 (01:23 +0530)
src/lib/ecore_ipc/ecore_ipc.c

index 4588199..56de0ab 100644 (file)
@@ -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.