diff mplayer.c @ 33552:ee00679a24c1

Spelling fix.
author reimar
date Sat, 18 Jun 2011 08:07:53 +0000
parents d30b183c3fdc
children c5a19bbeac2b
line wrap: on
line diff
--- 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;