[mythtv] spelling patch

Chris Gray christopher.gray at mail.mcgill.ca
Wed Feb 19 22:18:09 EST 2003


A simple patch.

Index: NuppelVideoPlayer.cpp
===================================================================
RCS file: /var/lib/cvs/MC/libs/libmythtv/NuppelVideoPlayer.cpp,v
retrieving revision 1.127
diff -u -r1.127 NuppelVideoPlayer.cpp
--- NuppelVideoPlayer.cpp       19 Feb 2003 14:40:42 -0000      1.127
+++ NuppelVideoPlayer.cpp       20 Feb 2003 06:09:57 -0000
@@ -2628,7 +2628,7 @@
         case 5: text = "5 seconds"; seekamount = fps * 5; break;
         case 6: text = "20 seconds"; seekamount = fps * 20; break;
         case 7: text = "1 minute"; seekamount = fps * 60; break;
-        case 8: text = "5 mintues"; seekamount = fps * 300; break;
+        case 8: text = "5 minutes"; seekamount = fps * 300; break;
         case 9: text = "10 minutes"; seekamount = fps * 600; break;
         default: text = "error"; seekamount = fps; break;
     }



More information about the mythtv-dev mailing list