[mythtv] [PATCH] Typo - exceede -> exceed

Allan Stirling Dibblahmythml0015 at pendor.org
Tue Jan 11 15:42:00 EST 2005


I hate to do this, but here's a one-line patch to fix a typo in the new 
Recording window.

Thanks for everyone's hard work!

Cheers,

Allan.
-------------- next part --------------
Index: libs/libmythtv/sr_items.h
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/sr_items.h,v
retrieving revision 1.21
diff -u -r1.21 sr_items.h
--- libs/libmythtv/sr_items.h	8 Dec 2004 17:41:45 -0000	1.21
+++ libs/libmythtv/sr_items.h	11 Jan 2005 20:38:43 -0000
@@ -597,7 +597,7 @@
 {
     public:
         SRMaxNewest(ScheduledRecording& _parent, ManagedListGroup* _group, ManagedList* _list)
-                   : SRBoolSetting(_parent, QObject::tr("Delete oldest if this would exceede the max episodes"),
+                   : SRBoolSetting(_parent, QObject::tr("Delete oldest if this would exceed the max episodes"),
                                    QObject::tr("Don't record if this would exceed the max episodes"),
                                    "maxnewestItem", "maxnewest", _group, _list )
         {


More information about the mythtv-dev mailing list