Index: mythdvd/mythdvd/titledialog.cpp
===================================================================
--- mythdvd/mythdvd/titledialog.cpp	(revision 9265)
+++ mythdvd/mythdvd/titledialog.cpp	(working copy)
@@ -35,7 +35,7 @@
     disc_name = d_name;
     if(disc_name.length() < 1)
     {
-        disc_name = tr("Unkown");
+        disc_name = tr("Unknown");
     }
     dvd_titles = titles;
 
Index: mythdvd/mtd/jobthread.cpp
===================================================================
--- mythdvd/mtd/jobthread.cpp	(revision 9265)
+++ mythdvd/mtd/jobthread.cpp	(working copy)
@@ -220,7 +220,7 @@
             if (!(m_mutex && m_mutex->locked()))
             {
                 VERBOSE(VB_IMPORTANT,
-                        QString("%1: Invalid mutext passed to MutexUnlocker")
+                        QString("%1: Invalid mutex passed to MutexUnlocker")
                         .arg(__FILE__));
             }
         }
@@ -890,7 +890,7 @@
             }
             else
             {
-                problem("abandonded job because master control said we need to shut down");
+                problem("abandoned job because master control said we need to shut down");
                 return;
             }
         }
Index: mythdvd/mtd/dvdprobe.cpp
===================================================================
--- mythdvd/mtd/dvdprobe.cpp	(revision 9265)
+++ mythdvd/mtd/dvdprobe.cpp	(working copy)
@@ -68,7 +68,7 @@
     char a_string[1025];
 
     //
-    //  this just travels down the audio_attributes stuct
+    //  this just travels down the audio_attributes struct
     //  (defined in libdvdread) and ticks off the right
     //  information
     //
@@ -218,7 +218,7 @@
     aspect_ratio = "";
 
     letterbox = false;
-    video_format = "unkown";
+    video_format = "unknown";
     
     dvdinput_id = 0;
 }
@@ -231,7 +231,7 @@
     frame_rate = fr;
     
     //
-    //  These are transocde frame rate codes
+    //  These are transcode frame rate codes
     //
     
     if(fr > 23.0 && fr < 24.0)
Index: mythdvd/mtd/mtd.cpp
===================================================================
--- mythdvd/mtd/mtd.cpp	(revision 9265)
+++ mythdvd/mtd/mtd.cpp	(working copy)
@@ -159,7 +159,7 @@
     max_concurrent_transcodings = gContext->GetNumSetting("MTDConcurrentTranscodings", 1);
 
     //
-    //  Create a timer to occassionally 
+    //  Create a timer to occasionally 
     //  clean out dead threads
     //
     
@@ -264,7 +264,7 @@
             }
             else
             {
-                emit writeToLog(QString("job finished succesfully: %1").arg(job_command)); 
+                emit writeToLog(QString("job finished successfully: %1").arg(job_command)); 
             }
             
             //
@@ -696,7 +696,7 @@
 
         if(!checkFinalFile(&final_file, ".iso"))
         {
-            emit writeToLog("Final file name is not useable. File exists? Other Pending job?");
+            emit writeToLog("Final file name is not usable. File exists? Other Pending job?");
             return;
         }
     
@@ -723,7 +723,7 @@
 
         if(!checkFinalFile(&final_file, ".mpg"))
         {
-            emit writeToLog("Final file name is not useable. File exists? Other Pending job?");
+            emit writeToLog("Final file name is not usable. File exists? Other Pending job?");
             return;
         }
     
@@ -750,7 +750,7 @@
 
         if(!checkFinalFile(&final_file, ".avi"))
         {
-            emit writeToLog("Final file name is not useable. File exists? Other Pending job?");
+            emit writeToLog("Final file name is not usable. File exists? Other Pending job?");
             return;
         }
     
@@ -856,7 +856,7 @@
     }
     else
     {
-        cerr << "mtd.o: receiving evenets I don't understand" << endl;
+        cerr << "mtd.o: receiving events I don't understand" << endl;
     }
 }
 
Index: configure
===================================================================
--- configure	(revision 9265)
+++ configure	(working copy)
@@ -31,7 +31,7 @@
 aac="no"          # compile fails w/libfaad v2.0
 exif="yes"
 newexif="yes"
-festival="no"     # no config detection/setup rutine
+festival="no"     # no config detection/setup routine
 
 targetos=`uname -s`
 case $targetos in
