From 75c119767052edcc23c2aa1eea77249dcd17176d Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Thu, 7 Jan 2016 18:55:15 +0900 Subject: [PATCH] Fixed typos in mediamuxer_doc.h Change-Id: I7e3e489f2a6f41ed3d3e45566960d80144a2e826 --- doc/mediamuxer_doc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mediamuxer_doc.h b/doc/mediamuxer_doc.h index bd7a867..818f968 100755 --- a/doc/mediamuxer_doc.h +++ b/doc/mediamuxer_doc.h @@ -34,9 +34,9 @@ * * MEDIAMUXER API set allows : * The API set allows one to directly access media muxer on device. - * Application can create, add relevent media track(s) and write corresponding + * Application can create, add relevant media track(s) and write corresponding * samples to get muxed media files. mediamuxer takes encoded media as input - * and gives muxed media in a compatable container format. + * and gives muxed media in a compatible container format. * * Typical Call Flow of mediamuxer APIs is: * mediamuxer_create() -- 2.7.4