Captures any spelling errors in libs/libmythtv

From: Erik Hovland <erik@hovland.org>


---

 libs/libmythtv/eithelper.cpp     |    8 ++++----
 libs/libmythtv/eithelper.h       |    2 +-
 libs/libmythtv/signalmonitor.cpp |    2 +-
 libs/libmythtv/signalmonitor.h   |    8 ++++----
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/libs/libmythtv/eithelper.cpp b/libs/libmythtv/eithelper.cpp
index 2da0a27..2acec05 100644
--- a/libs/libmythtv/eithelper.cpp
+++ b/libs/libmythtv/eithelper.cpp
@@ -410,7 +410,7 @@ void EITHelper::AddEIT(const DVBEventInformationTable *eit)
     }
 }
 
-// This function gets special eit data from the german provider Premiere
+// This function gets special EIT data from the German provider Premiere
 // for the option channels Premiere Sport and Premiere Direkt
 void EITHelper::AddEIT(const PremiereContentInformationTable *cit)
 {
@@ -665,7 +665,7 @@ static uint get_chan_id_from_db(uint sourceid, uint serviceid,
         MythContext::DBError("Looking up chanID", query);
     else if (query.next())
     {
-        // Check to see if we are interseted in this channel
+        // Check to see if we are intersected in this channel
         bool useOnAirGuide = query.value(1).toBool();
         return (useOnAirGuide) ? query.value(0).toUInt() : 0;
     }
@@ -696,7 +696,7 @@ static void init_fixup(QMap<uint64_t,uint> &fix)
     // United Kingdom
     fix[ 9018U << 16] = EITFixUp::kFixUK;
 
-    // ComHem Sweeden
+    // ComHem Sweden
     fix[40999U << 16       ] = EITFixUp::kFixComHem;
     fix[40999U << 16 | 1070] = EITFixUp::kFixSubtitle;
     fix[40999U << 16 | 1308] = EITFixUp::kFixSubtitle;
@@ -831,7 +831,7 @@ static void init_fixup(QMap<uint64_t,uint> &fix)
         fix[ 6200LL << 32 | 8916 << 16 ] = // Madrid (TeleMadrid)
         EITFixUp::kEFixForceISO8859_15;
 
-    // DVB-S Astra 19.2E french channels
+    // DVB-S Astra 19.2E French channels
     fix[     1022LL << 32 | 1 << 16 |  6901 ] = // DIRECT 8
         fix[ 1022LL << 32 | 1 << 16 |  6905 ] = // France 24 (en Francais)
         fix[ 1022LL << 32 | 1 << 16 |  6911 ] = // DIRECT 8
diff --git a/libs/libmythtv/eithelper.h b/libs/libmythtv/eithelper.h
index fc95fa5..4149931 100644
--- a/libs/libmythtv/eithelper.h
+++ b/libs/libmythtv/eithelper.h
@@ -20,7 +20,7 @@ class ATSCEvent
   public:
     /// This empty constructor is needed for the QMap<> to work, it is
     /// not intended to be used to initialize an ATSC Event.
-    /// Since we immediately initialize the value insterted into the
+    /// Since we immediately initialize the value inserted into the
     /// QMap this is safe in that use.
     ATSCEvent() {}
     /// This is the only valid constructor for ATSCEvent.
diff --git a/libs/libmythtv/signalmonitor.cpp b/libs/libmythtv/signalmonitor.cpp
index f18e99b..eaa4233 100644
--- a/libs/libmythtv/signalmonitor.cpp
+++ b/libs/libmythtv/signalmonitor.cpp
@@ -254,7 +254,7 @@ void SignalMonitor::Kick()
  *  \brief Returns QStringList containing all signals and their current
  *         values.
  *
- *   This searlializes the signal monitoring values so that they can
+ *   This serializes the signal monitoring values so that they can
  *   be passed from a backend to a frontend.
  *
  *   SignalMonitorValue::Parse(const QStringList&) will convert this
diff --git a/libs/libmythtv/signalmonitor.h b/libs/libmythtv/signalmonitor.h
index 1a69ac6..218d6ec 100644
--- a/libs/libmythtv/signalmonitor.h
+++ b/libs/libmythtv/signalmonitor.h
@@ -108,7 +108,7 @@ class SignalMonitor
     static void* SpawnMonitorLoop(void*);
     virtual void MonitorLoop();
 
-    /// \brief This should be overriden to actually do signal monitoring.
+    /// \brief This should be overridden to actually do signal monitoring.
     virtual void UpdateValues() { ; }
 
   public:
@@ -172,11 +172,11 @@ class SignalMonitor
 
     static const uint64_t kDTVSigMon_WaitForAll = 0x01FF000000ULL;
 
-    /// Wait for the Signal to Noise Ratio to rise above a threshhold
+    /// Wait for the Signal to Noise Ratio to rise above a threshold
     static const uint64_t kDVBSigMon_WaitForSNR = 0x1000000000ULL;
-    /// Wait for the Bit Error Rate to fall below a threshhold
+    /// Wait for the Bit Error Rate to fall below a threshold
     static const uint64_t kDVBSigMon_WaitForBER = 0x2000000000ULL;
-    /// Wait for uncorrected FEC blocks to fall below a threshhold
+    /// Wait for uncorrected FEC blocks to fall below a threshold
     static const uint64_t kDVBSigMon_WaitForUB  = 0x4000000000ULL;
     /// Wait for rotor to complete turning the antenna
     static const uint64_t kDVBSigMon_WaitForPos = 0x8000000000ULL;
