From 06eef96b69d73a31f2b390955d1be0537214a0c8 Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Mon, 28 Mar 2016 14:07:47 -0800 Subject: fix some a/an typos Signed-off-by: Lou Logan --- libavformat/asfdec_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/asfdec_f.c') diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c index 3ee0fcd473..711341328d 100644 --- a/libavformat/asfdec_f.c +++ b/libavformat/asfdec_f.c @@ -828,7 +828,7 @@ static int asf_read_header(AVFormatContext *s) } else if (!ff_guidcmp(&g, &ff_asf_ext_stream_header)) { asf_read_ext_stream_properties(s, gsize); - // there could be a optional stream properties object to follow + // there could be an optional stream properties object to follow // if so the next iteration will pick it up continue; } else if (!ff_guidcmp(&g, &ff_asf_head1_guid)) { -- cgit v1.2.3