fix typo 97/185497/1
authornam <just.nam@samsung.com>
Tue, 31 Jul 2018 07:20:35 +0000 (16:20 +0900)
committernam <just.nam@samsung.com>
Tue, 31 Jul 2018 07:20:35 +0000 (16:20 +0900)
Change-Id: Ic513ec4a61a6d3a179a7c486b186933eb9a73a08

include/player.h

index 15ef504c9a0d6e77be422df6c494656cf3574c5b..ccfb8497ec1d31f5b8a82bdc83bbcbbe9ff24fae 100644 (file)
@@ -999,7 +999,7 @@ int player_is_looping(player_h player, bool *looping);
  * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif
  * @remarks To get @a display to set, use #GET_DISPLAY().
  * @remarks We are not supporting changing display.
- * @remarks This function have be called before calling the player_prepare() or player_prepare_async() \n
+ * @remarks This function must be called before calling the player_prepare() or player_prepare_async() \n
  *          to reflect the display type.
  * @remarks This function must be called in main thread of application.
  *          Otherwise, it will return #PLAYER_ERROR_INVALID_OPERATION by internal restriction.