[mythtv] Typo in jobqueue.cpp

Perry Gilfillan perrye at gilfillan.org
Sun Jul 30 12:27:16 UTC 2006


--- libs/libmythtv/jobqueue.cpp.orig    2006-07-30 07:26:10.000000000 -0500
+++ libs/libmythtv/jobqueue.cpp 2006-07-30 07:26:32.000000000 -0500
@@ -1868,7 +1868,7 @@ void JobQueue::DoTranscodeThread(void)
             }
             else
             {
-                ChangeJobStatus(jobID, JOB_ERRORED, QString("Trancode 
failed "
+                ChangeJobStatus(jobID, JOB_ERRORED, QString("Transcode 
failed "
                                 "with status: %1").arg(result));
                 details = QString("%1%2: (%3)")
                           .arg(program_info->title).arg(subtitle)



More information about the mythtv-dev mailing list