From: Younho Park Date: Mon, 5 Mar 2018 07:56:03 +0000 (+0900) Subject: fixed documentation typo X-Git-Tag: accepted/tizen/unified/20180306.061250^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00afc1a04a9a10905e2d4d7acfb8c6f97663ed89;p=platform%2Fcore%2Fappfw%2Fsppc.git fixed documentation typo Change-Id: I1d4d90d8619059bde337b39e6dd93ce2f837e691 Signed-off-by: Younho Park --- diff --git a/include/push-service.h b/include/push-service.h index d8d605e..17835d1 100644 --- a/include/push-service.h +++ b/include/push-service.h @@ -450,7 +450,7 @@ int push_service_get_unread_notification(push_service_connection_h connection, /** * @brief Requests unread notification messages to the push server. * @details When the app wants to receive messages that arrived before it launched, this \n - * method should be called. Upon receiving ths request, the daemon sends messages\n + * method should be called. Upon receiving this request, the daemon sends messages\n * stored in its DB to the app. The notify_callback() method assigned in push_service_connect()\n * will be called when these messages arrive. No need to call this method multiple\n * times to receive multiple messages. This method does NOT guarantee order and\n diff --git a/include/push.h b/include/push.h index 14455c9..01706aa 100644 --- a/include/push.h +++ b/include/push.h @@ -420,7 +420,7 @@ int push_get_unread_notification(push_connection_h connection, /** * @brief Requests unread notification messages to the push server. * @details When the app wants to receive messages that arrived before it launced, this \n - * method should be called. Upon receiving ths request, the daemon sends messages\n + * method should be called. Upon receiving this request, the daemon sends messages\n * stored in its DB to the app. The notify_callback() method assigned in push_connect()\n * will be called when these messages arrive. No need to call this method multiple\n * times to receive multiple messages. This method does NOT guarantee order and\n