From aa6b38c29d2906a7778f6f7f998cf595602fc5fb Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 8 Jan 2008 23:08:51 +0000
Subject: Fix random typos.

Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/ffm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libavformat/ffm.c')

diff --git a/libavformat/ffm.c b/libavformat/ffm.c
index baff5bcfad..872e6f0ba8 100644
--- a/libavformat/ffm.c
+++ b/libavformat/ffm.c
@@ -665,7 +665,7 @@ static int64_t get_pts(AVFormatContext *s, offset_t pos)
 }
 
 /* seek to a given time in the file. The file read pointer is
-   positionned at or before pts. XXX: the following code is quite
+   positioned at or before pts. XXX: the following code is quite
    approximative */
 static int ffm_seek(AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags)
 {
-- 
cgit v1.2.3