From: Inkyun Kil Date: Mon, 24 Apr 2017 04:36:58 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen/20170425.040634~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F126528%2F2;p=platform%2Fcore%2Fappfw%2Fmessage-port.git Fix typo Change-Id: Ie17a0bb4c9d3ec46e4ea75350c62e3f00a2045ae Signed-off-by: Inkyun Kil --- 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