From ed0b1db640110cccdbf0db1d882fb952cf3a130d Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Sat, 13 Jun 2015 21:34:40 +0200 Subject: doc: fix spelling errors Neccessary -> Necessary formated -> formatted thee -> the eventhough -> even though seperately -> separately Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun --- libavcodec/ass_split.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ass_split.h') diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h index c9122526c0..defb5ccd74 100644 --- a/libavcodec/ass_split.h +++ b/libavcodec/ass_split.h @@ -103,7 +103,7 @@ typedef struct ASSSplitContext ASSSplitContext; * Split a full ASS file or a ASS header from a string buffer and store * the split structure in a newly allocated context. * - * @param buf String containing the ASS formated data. + * @param buf String containing the ASS formatted data. * @return Newly allocated struct containing split data. */ ASSSplitContext *ff_ass_split(const char *buf); -- cgit v1.2.1