summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_parser.c')
-rw-r--r--apps/plugins/mpegplayer/mpeg_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c
index 572bd1b..7c7b0c3 100644
--- a/apps/plugins/mpegplayer/mpeg_parser.c
+++ b/apps/plugins/mpegplayer/mpeg_parser.c
@@ -291,7 +291,7 @@ static void init_times(struct stream *str)
/* Probe for many for the start because a stamp or two could be anomalous.
* Video also can also have things out of order. How many? There isn't any
- * "right" value but just a few seems suffient to filter some bad cases.
+ * "right" value but just a few seems sufficient to filter some bad cases.
* Too many and file loading could take too long. */
for (i = 5; i > 0;)
{