fixed documentation typo 06/171506/1 accepted/tizen/unified/20180306.061250 submit/tizen/20180305.080059
authorYounho Park <younho.park@samsung.com>
Mon, 5 Mar 2018 07:56:03 +0000 (16:56 +0900)
committerYounho Park <younho.park@samsung.com>
Mon, 5 Mar 2018 07:56:03 +0000 (16:56 +0900)
Change-Id: I1d4d90d8619059bde337b39e6dd93ce2f837e691
Signed-off-by: Younho Park <younho.park@samsung.com>
include/push-service.h
include/push.h

index d8d605e..17835d1 100644 (file)
@@ -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
index 14455c9..01706aa 100644 (file)
@@ -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