Fix typo 68/171468/1 accepted/tizen/unified/20180305.152646 submit/tizen/20180305.062345
authorSeokHoon Lee <andy.shlee@samsung.com>
Mon, 5 Mar 2018 05:31:54 +0000 (14:31 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Mon, 5 Mar 2018 05:32:09 +0000 (14:32 +0900)
 - fix typo in header file.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I320476e733f7e6d5f759e255e9ecdfd68c3010a3

include/scmirroring_sink.h
include/scmirroring_type.h

index aa7b60d7ce0692cddb66211878f0db77282bb3d9..0ff688d0c0b154572878fe04cc9ab17aa90e6849 100644 (file)
@@ -134,7 +134,7 @@ int scmirroring_sink_set_display(scmirroring_sink_h scmirroring_sink, scmirrorin
  * @brief Sets resolutions of screen mirroring sink.
  * @details This function sets resolutions of screen mirroring sink using scmirroring_resolution_e as following.
  *          (ex. SCMIRRORING_RESOLUTION_1920x1080_P30 | SCMIRRORING_RESOLUTION_1280x720_P30)
- *          Use it only when you want to set specific resolutions but if sreen mirroring source dose not support
+ *          Use it only when you want to set specific resolutions but if screen mirroring source dose not support
  *          the resolutions which you set, the screen mirroring sink will be disconnected.
  *
  * @since_tizen 2.4
index a934efb9670522427eeae3a2c9ae1899c9f0594c..8294cadf305b48a6867be9db1a0c8c6873318953 100644 (file)
@@ -65,7 +65,7 @@ typedef enum {
        SCMIRRORING_SINK_STATE_CONNECTED,     /**< Screen mirroring is connected */
        SCMIRRORING_SINK_STATE_PLAYING,       /**< Screen mirroring is now playing media */
        SCMIRRORING_SINK_STATE_PAUSED,        /**< Screen mirroring is paused while playing media */
-       SCMIRRORING_SINK_STATE_DISCONNECTED,  /**< Screen mirroring is dieconnected */
+       SCMIRRORING_SINK_STATE_DISCONNECTED,  /**< Screen mirroring is disconnected */
        SCMIRRORING_SINK_STATE_MAX            /* Number of screen mirroring states */
 } scmirroring_sink_state_e;
 
@@ -101,7 +101,7 @@ typedef enum {
 typedef enum {
        SCMIRRORING_DISPLAY_TYPE_OVERLAY = 0,    /**< Use overlay surface to display streaming multimedia data */
        SCMIRRORING_DISPLAY_TYPE_EVAS,           /**< Use Evas pixmap surface to display streaming multimedia data */
-       SCMIRRORING_DISPLAY_TYPE_MAX             /* Number of dispaly type */
+       SCMIRRORING_DISPLAY_TYPE_MAX             /* Number of display type */
 } scmirroring_display_type_e;
 
 /**
@@ -138,7 +138,7 @@ typedef enum {
  * @since_tizen 3.0
  */
 typedef enum {
-       SCMIRRORING_AV_TRANSPORT_UDP = 0,    /**< UDP transoprt for AV streaming data */
+       SCMIRRORING_AV_TRANSPORT_UDP = 0,    /**< UDP transport for AV streaming data */
        SCMIRRORING_AV_TRANSPORT_TCP         /**< TCP transport for AV streaming data */
 } scmirroring_av_transport_e;