fix typo
authorFelix Domke <tmbinc@elitedvb.net>
Sun, 17 Feb 2008 22:27:07 +0000 (22:27 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sun, 17 Feb 2008 22:27:07 +0000 (22:27 +0000)
lib/dvb/frontend.cpp

index 168ff05227842901a86fb7db46712f34defbbe35..521b9ef81f1cc170066e92bcd7e7d3be486219df 100644 (file)
@@ -671,7 +671,7 @@ int eDVBFrontend::readFrontendData(int type)
                                return (int)(snr_in_db * 100.0);
                        }
                        else
-                               eDebug("no SNR dB caluclation for frontendtype %s yet", m_description);
+                               eDebug("no SNR dB calculation for frontendtype %s yet", m_description);
                        return 0x12345678;
                }
                case signalQuality: