fixed typos
authorJeonghoon Park <jh1979.park@samsung.com>
Mon, 8 Jan 2018 02:09:13 +0000 (11:09 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Mon, 8 Jan 2018 02:09:13 +0000 (11:09 +0900)
src/receiver_udp.c

index 96da921..306a628 100644 (file)
@@ -251,7 +251,7 @@ int receiver_udp_start(void)
        }
 
        if (udp_handle->state >= RECEIVER_UDP_STATE_READY) {
-               _W("receivet udp is already started");
+               _W("receiver udp is already started");
                return 0;
        }