From 1300e1219c0d3fbf68a914514f535b38f1a45657 Mon Sep 17 00:00:00 2001 From: Inkyun Kil Date: Mon, 24 Apr 2017 13:36:58 +0900 Subject: [PATCH] Fix typo Change-Id: Ie17a0bb4c9d3ec46e4ea75350c62e3f00a2045ae Signed-off-by: Inkyun Kil --- include/message_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/message_port.h b/include/message_port.h index 59c8332..7934a6b 100755 --- a/include/message_port.h +++ b/include/message_port.h @@ -299,7 +299,7 @@ EXPORT_API int message_port_send_trusted_message(const char *remote_app_id, cons * @brief Sends a message with local port information to the message port of a remote application. * @details This method is used for bidirectional communication. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif - * @remarks You must releas @a message using bundle_free() after sending the message. + * @remarks You must release @a message using bundle_free() after sending the message. * @param[in] remote_app_id The ID of the remote application * @param[in] remote_port The name of the remote message port * @param[in] message The message to be passed to the remote application, the recommended message size is under 4KB -- 2.7.4