From a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 21 Aug 2012 01:02:13 +0200 Subject: silly typo fixes --- libavformat/pmpdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/pmpdec.c') diff --git a/libavformat/pmpdec.c b/libavformat/pmpdec.c index 6cdce107c4..484be43ce9 100644 --- a/libavformat/pmpdec.c +++ b/libavformat/pmpdec.c @@ -157,7 +157,7 @@ static int pmp_seek(AVFormatContext *s, int stream_idx, int64_t ts, int flags) { PMPContext *pmp = s->priv_data; pmp->cur_stream = 0; - // fallback to default seek now + // fall back on default seek now return -1; } -- cgit v1.2.3