From 8d6625642db064a45224cb7a8e037f6e79a6554d Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Tue, 29 Sep 2015 20:08:26 +0200 Subject: doc: fix spelling errors Reviewed-by: Lou Logan Signed-off-by: Andreas Cadhalpun --- libavformat/ffmdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/ffmdec.c') diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c index 110d31540f..b743c872c0 100644 --- a/libavformat/ffmdec.c +++ b/libavformat/ffmdec.c @@ -151,7 +151,7 @@ static int ffm_read_data(AVFormatContext *s, return size1 - size; } -/* ensure that acutal seeking happens between FFM_PACKET_SIZE +/* ensure that actual seeking happens between FFM_PACKET_SIZE and file_size - FFM_PACKET_SIZE */ static int64_t ffm_seek1(AVFormatContext *s, int64_t pos1) { -- cgit v1.2.3