# HG changeset patch # User reimar # Date 1308384473 0 # Node ID ee00679a24c1680f81bdfe7ff6a03d9058e3fae1 # Parent 5d5f66b52c62a30625368a013cc7c8e2ee98859e Spelling fix. diff -r 5d5f66b52c62 -r ee00679a24c1 mplayer.c --- a/mplayer.c Fri Jun 17 18:59:03 2011 +0000 +++ b/mplayer.c Sat Jun 18 08:07:53 2011 +0000 @@ -2548,7 +2548,7 @@ sh_video->last_pts = sh_video->pts; else if (sh_video->last_pts > sh_video->pts) { // make a guess whether this is some kind of discontinuity - // we should jump along with or some wron timestamps we + // we should jump along with or some wrong timestamps we // should replace instead if (sh_video->pts < sh_video->last_pts - 20 * sh_video->frametime) sh_video->last_pts = sh_video->pts;