diff options
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_parser.c')
| -rw-r--r-- | apps/plugins/mpegplayer/mpeg_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c index 771d25c..cc57b0c 100644 --- a/apps/plugins/mpegplayer/mpeg_parser.c +++ b/apps/plugins/mpegplayer/mpeg_parser.c @@ -291,7 +291,7 @@ static bool init_times(struct stream *str) tmp_str.hdr.pos = 0; tmp_str.hdr.limit = max_probe; - /* Probe for many for the start because some stamps could be anoamlous. + /* Probe for many for the start because some stamps could be anomalous. * Video also can also have things out of order. Just see what it's got. */ while (1) |