From: SeokHoon Lee Date: Mon, 5 Mar 2018 05:31:54 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_4.0/20180305.074505^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_4.0_unified;p=platform%2Fcore%2Fapi%2Fscreen-mirroring.git Fix typo - fix typo in header file. Signed-off-by: SeokHoon Lee Change-Id: I320476e733f7e6d5f759e255e9ecdfd68c3010a3 --- diff --git a/include/scmirroring_sink.h b/include/scmirroring_sink.h index 769fb95..32e3a83 100644 --- a/include/scmirroring_sink.h +++ b/include/scmirroring_sink.h @@ -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 diff --git a/include/scmirroring_type.h b/include/scmirroring_type.h index a934efb..8294cad 100644 --- a/include/scmirroring_type.h +++ b/include/scmirroring_type.h @@ -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;