aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/libopenmpt.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-12-28 22:22:52 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2019-01-21 07:53:26 +0100
commit6b6c854658661573dbc598a1fc5921c5756dd6cd (patch)
treeaf2229112f516b334ddd19e375d1d44e2806bab1 /libavformat/libopenmpt.c
parent41ee513c81a3741760532bad1a929b27b3dacf49 (diff)
downloadffmpeg-6b6c854658661573dbc598a1fc5921c5756dd6cd.tar.gz
avformat/libopenmpt: Fix successfull typo
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 571af98a5959d72c65a6753eb8e82cde407f4cd0) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/libopenmpt.c')
-rw-r--r--libavformat/libopenmpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/libopenmpt.c b/libavformat/libopenmpt.c
index 0fff702a36..a334270847 100644
--- a/libavformat/libopenmpt.c
+++ b/libavformat/libopenmpt.c
@@ -259,7 +259,7 @@ static int read_probe_openmpt(AVProbeData *p)
} else {
/* The file extension is unknown and we have very few data
* bytes available. libopenmpt cannot decide anything here,
- * and returning any score > 0 would result in successfull
+ * and returning any score > 0 would result in successful
* probing of random data.
*/
return 0;