summaryrefslogtreecommitdiff
path: root/libavcodec/ass_split.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-13 21:34:40 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-14 15:09:33 +0200
commited0b1db640110cccdbf0db1d882fb952cf3a130d (patch)
tree7261f6bed3b31313dfd8e2dc95b69ef2a52ce905 /libavcodec/ass_split.h
parentad072a134fc02a1387107710acbdf29d21c8abc5 (diff)
downloadffmpeg-ed0b1db640110cccdbf0db1d882fb952cf3a130d.tar.gz
doc: fix spelling errors
Neccessary -> Necessary formated -> formatted thee -> the eventhough -> even though seperately -> separately Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec/ass_split.h')
-rw-r--r--libavcodec/ass_split.h2
1 files changed, 1 insertions, 1 deletions
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);