Fix typo 00/201900/1 accepted/tizen/unified/20190321.062532 submit/tizen/20190321.013754
authorhj kim <backto.kim@samsung.com>
Wed, 20 Mar 2019 23:23:23 +0000 (08:23 +0900)
committerhj kim <backto.kim@samsung.com>
Wed, 20 Mar 2019 23:23:23 +0000 (08:23 +0900)
Change-Id: Ifb617166812c4965fc4f350be2e50095502115f1

include/media_controller_playlist.h

index c478a4b7f675813c5ab9449c0ff8c78d8e775d68..97dc6ce3df6a4223a0e4b0b1bfb4735b5a8b2899 100755 (executable)
@@ -160,7 +160,7 @@ int mc_playlist_foreach_item(mc_playlist_h playlist, mc_playlist_item_cb callbac
 
 /**
  * @brief Gets the number of playlists for the given @a app_id.
- * @details The media controller server can have serveral playlists. You can get playlist count only for the activated media controller server.
+ * @details The media controller server can have several playlists. You can get playlist count only for the activated media controller server.
  *            If @a app_id is not an ID of an activated media controller server, this function will return #MEDIA_CONTROLLER_ERROR_INVALID_PARAMETER.
  * @since_tizen 5.5
  *
@@ -189,7 +189,7 @@ int mc_playlist_get_playlist_count(const char *app_id, int *playlist_count);
 /**
  * @brief Iterates through playlists of the media controller server.
  * @details This function iterates through all playlists of the given @a app_id.
- *          The media controller server can have serveral playlists. You can get playlists only for the activated media controller server.
+ *          The media controller server can have several playlists. You can get playlists only for the activated media controller server.
  *          If @a app_id is not an ID of an activated media controller server, this function will return #MEDIA_CONTROLLER_ERROR_INVALID_PARAMETER.
  *          The callback function will be invoked for every retrieved playlist.
  *          If there are no playlists, the callback will not be invoked.