correct typo 49/136749/1
authorHyunil <hyunil46.park@samsung.com>
Mon, 3 Jul 2017 05:40:29 +0000 (14:40 +0900)
committerHyunil <hyunil46.park@samsung.com>
Mon, 3 Jul 2017 05:40:29 +0000 (14:40 +0900)
Change-Id: I115b9734fb2b1ed396f2977a402dcb467735c626
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/mm_player_priv.c

index ebb1da9..5f23669 100644 (file)
@@ -1963,7 +1963,7 @@ __mmplayer_gst_rtp_no_more_pads(GstElement *element,  gpointer data)  // @
 
        /* NOTE : we can remove fakesink here if there's no rtp_dynamic_pad. because whenever
          * we connect autoplugging element to the pad which is just added to rtspsrc, we increase
-         * num_dynamic_pad. and this is no-more-pad situation which means mo more pad will be added.
+         * num_dynamic_pad. and this is no-more-pad situation which means no more pad will be added.
          * So we can say this. if num_dynamic_pad is zero, it must be one of followings
 
          * [1] audio and video will be dumped with filesink.